Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I'm fairly new to talend and I have what may be a bit of a newbie question... I am trying to return a JSON object using a tRESTResponse component but i can't figure out how to get my response wrapped in curly brackets?? It appears that the square brackets are being wrapped around the response in the tRESTResponse component so I can't just wrap the string in curly brackets...
Job flow:
tRESTRequest -> tJavaFlex -> tMap -> tRESTResponse
^
subJob
What I need:
{"data": }
What I get:
]