Solved
Forum Discussion
2 Replies
- dwhansen-cbgContributor
One way I figured out to do this is use
UNNEST(STRING_TO_ARRAY())in an execute SQL snap.UNNEST(STRING_TO_ARRAY(nested_multi_value_field)) as unnested_multi_value_field
- GaneshNew Contributor II
Hi,
Can you please elaborate the requirement or share an example input and expected output formats for better clarity.