Forum Discussion
vgautam64 As I can't copy your json, have created my own, you can use it-
Data ==>
Hi Supratim,
Thanks for the providing a solution. I tried to validate the expression with the data I have and it seems to work when I validate the pipe. Strangely though, I observe that when I execute (not validate) the pipeline, the mapper that holds the expression only seem to process 50 records and gets stuck processing the 51st doc. But when I validate the pipe I am able to see the preview of 148 documents.
Any idea why this would happen?
- Ganesh6 years agoNew Contributor II
Hi,
You can try Array.toString() function if its an array type or use string.replaceAll() function to achieve this. - ronmwhite6 years agoNew Contributor II
It is hard to tell by what has been posted here, but, perhaps you need a JSON Splitter. At the right JSON path, you should get the unique GUID values required downstream. Feel free to ping me if you need any assistance. Thanks.
- Kulashekharan6 years agoNew Contributor II
Use array.join(“,”) or array.toString() to achieve what you asked for. Join will allow you to change the delimiter. Keep in mind This returns one string value
Related Content
- 5 years ago
- 8 years ago