Convert Json to CSV

I want to convert a Json string to CSV

how I can define the csv column name of each element

For example
“idEvent” should be stored in an own column and name the colum “Event”

What I did is:

{

“Event”: “{{step_1[‘body’][‘events’][0][‘idEvent’]}}”,

}

Another try was

I think, I do not know how to write the correct syntax here - I thought i just need to input the JSON Output from the source. I am wrong?

Can you correct and help me out here :wink:

Bram helps me out.

Here is the solution: Convert (JSON to CSV) / Testing is broken - #2 by Bram

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.