Hello Gliders,
I want to take values from an array column and spread them over rows in a new column. So for e.g.
ExistingArrayColumn
Value 1, Value 2, Value 3
converted into
NewColumn
Value 1
Value 2
Value 3
What’s the best way to do this?
Thanks much.