aditya_gupta41
3 years agoContributor
Writing Array in CSV without formatting
Hello Experts,
My input contains 2 headers. In one header, the value is in JSON format.
I am trying to write it in a CSV file but as this is in array format, I am getting below error:
...
- 3 years ago
Hi @aditya.gupta41,
Try with JSON.stringify() [JSON Stringify] function instead.
Let me know if this helps you.
BR,
Aleksandar.