Skip to main content
Question

Get “human readable” field names from python API

  • October 22, 2019
  • 1 reply
  • 3 views

Forum|alt.badge.img+4
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

1 reply

  • Level 0
  • November 25, 2019
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