Forum Discussion
bojanvelevski
2 years agoValued Contributor
Hi c_decoster,
I would say you should check the data you're trying to retrieve. Sometimes, the data is saved as an SQL composite-type value, and requires to be converted to a readable JSON so Snaplogic can consume it, with functions like array_to_json, or row_to_json, etc.
This url might be helpful: how-row_to_json-function-works-in-postgresql
Regards,
Bojan