Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have build a JSON string using tWriteJSONField.
with resulting JSON as:
{
"PrimaryAddress": "1",
"AddressID": "E8BBEB79-7566-4731-BE57-E37F3A2593EA",
"Phone": "(705) 5551212",
"Email": "test_Knock@john.net"
}
However, since I am new to this, I am not sure how to build the following (example) JSON using tWriteJSONField:
Hello,
you can use this way to configure below component to build the json you want to get
https://help.qlik.com/talend/fr-FR/components/8.0/processing/configuring-a-json-tree
Best Regards,