Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have a Map (JSON structure JSON to CSV structure) where I want to loop on a field(JSON) that has multiple values in a single CSV field.
For that I thought to use the AgConcat function but it's not possible to add a separator between each concatenated value.
I also tried with a loop field output (concat Value + Constant ",") but there will always be a comma at the end.
Is there a solution I have not seen?
Thank's for your help !