Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I'm quite new to Talend and JSON at all. Sorry for bad technical description.
I have to create JSON Request for the tRestClient component with the following (simplified) format:
{
"identifier" : "DB_NAME",
"data" : {
"database_instances" : { "ROLP11", "ROLP12" }
}
}
I have no idea, how to achieve the construct of "database_instances" (or what it even is in JSON terms). Is there a possibility to create this output with a JSON tree in tWriteJSONField ?
Thanks for your help,
Andreas