Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everybody,
I am trying to get particular Json info in order to write in file the result.
With http://jsonpath.com/, I got the results expected with this JSON path expression :
$.[?(@.idList)].name
=
...
In Talend, with this job :
In my componant TrelloImport2, I did this :
But It didn't work ! Why ? I got this in my file actually : ( the row "name" appears like an empty array)
Could you give me a clue ?
Thanks,
Hi,
What does your input json data look like?
Best regards
Sabrina