Map and Merge Delimited Strings (Salesforce Mulitselect Picklists, etc.)
Publisher: Lingk Inc
Description This recipe demonstrates how to map and merge comma delimited values across systems.
Salesforce picklist values are a good example as they are a semi-colon (;) delimited string and many times the input is a comma (,) delimited string.
The Lingk platform has functions like transform() that simplify these data processing scenarios.