It looks like you're new here. If you want to get involved, click one of these buttons!
Hello,
Does anyone know how to map the exporting of the ca_objects.type_id preferred_labels name ?
It's good to be able to export the code mapping to ca_objects.type_id , but it would be great if I could send out the preferred_labels name from the ca_lists.object_types, to which it's linked. I've tried the obvious stab-in-the-dark stuff (e.g. appending a .preferred_labels), but my attempts have only resulted in a number being returned instead.
Thank you very much for any help or suggestions,
John
Comments
Hi,
I don't know if I understood the question correctly,
but if you want to extract the type of the preferred label of the object you can write like this:
ca_objects.preferred_labels.type_id {"convertCodesToDisplayText": 1}
if instead you want to extract the text of the type of the object you can write like this:
ca_objects.type_id {"convertCodesToDisplayText": 1}
bye,
antonio