You can use the Flatten and Explode nodes. The “Flatten” node allows to convert complex nested structures into a more straightforward columnar format. On the other hand, the “Explode” node is useful for breaking down arrays or expanding a column with nested structures into multiple rows, facilitating further analysis or processing of the data. By utilizing these nodes, you can effectively handle and extract valuable information from complex data structures.
For more detailed information read Sparkflows documentation here: