Resolved! Extend Object by Dynamically Adding columns based on delimited string
I have the following Input: [ { “Customer Super Key”: “CUST-XXX”, “Customer Security Segment”: “BU00172;BU00173;BU00174;BU00176;BU00175” } ] I want to transform it to: [ { “Customer Super Key”: “CUST-XXX”, “Customer Security Segment 1”: “BU00172”, “C...