Forum Discussion

whaleyl's avatar
whaleyl
New Contributor III
8 years ago
Solved

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...
  • dwhansen-cbg's avatar
    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