Forum Discussion
3 Replies
- bojanvelevskiValued Contributor
The pipeline below contains a script to flatten the data completely by iterating through every level of the JSON structure. You’ll probably need to include a counter to stop (or start) at certain point to adapt the solution according to your issue.
- bojanvelevskiValued Contributor
This is some kind of partial flattening of the data, which can be achieved with a Script. If this is the only part that needs to be modified, than it can also be transformed with an expression, but if the data contains more objects that are needed to be flattened out, than I suggest you to use Script.
- npiseNew Contributor II
Thank you for the feedback