Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on May 18, 2020 3:19PM
Likes: 0
Replies: 1
Hi,
I am looking for a way to explode a row into multiple rows. A cell of the input row contains a deeply nested json with datapoints. I want to unpack the json and create rows for each of the datapoints inside the json. Is there any way to do this, either by existing recipes or using a python script?
I used a python script in my current attempt and I am able to get at the values. But it seems that I can only return one output row per input row.
Please advice.
Hi,
Could you post an example of your input JSON and what you expect as output?
Thanks,
Alex