whaleyl
8 years agoNew Contributor III
Map Incoming JSON Body
I have a requirement for a pipeline that is supposed to accept an incoming JSON body/payload of attributes in place of sending parameters via the task URL for security related reasons.
For the sake...
- 6 years ago
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