Skip to main content
Hello all,
What is the best way to get human readable field names (one loaded from Names Mapping settings) in Pycelonis API? And specify language. In pycelonis.objects_cpm4.Analysis property I can only see technical column names even if human readable names are visible in UI.
I am integrating with CPM4.5
Hi Nicks,
Each object has a .data property that contains all the data that is returned by the API. In this data you can always find the technical and the translated name. For tables you can also use the .pql_query property to get the translated field names.
Does this solve your problem?
Best regards,
Simon Riezebos

Reply