I have a dataset with a column of type array, and I would like to transform the dataset by exploding the array so that each row containing N array values is transformed into N rows, each containing a single value from the array in that column. Is this possible in Contour?
Exploding, un-nesting or flattening an array in Contour
428 views Asked by Andrew St P At
1
This is done using the
explodefunction in an Expression board, using syntax such asexplode(items_array).