Hi Experts,
We have a source field which contain the value as <Attribute>XYZ|Mary Doe|6 Quorum Drive|Dallas|TX|US|75240</Attribute> and its need to map to 7 different fields at target.
At Target side the fields are
<BILL_TO_IDENTIFIER>
<BILL_TO_NAME>
<BILL_TO_STREET>
<BILL_TO_CITY>
<BILL_TO_STATE>
<BILL_TO_COUNTRY>
<BILL_TO_ZIPCODE>.
the value is separated by | (special character) now XYZ should be mapped to <BILL_TO_IDENTIFIER>, Mary Doe should be mapped to <BILL_TO_NAME>, 6 Quorum Drive should be mapped to <BILL_TO_STREET>, Dallas should be mapped to <BILL_TO_CITY, TX should be mapped to <BILL_TO_STATE>, US should be mapped to <BILL_TO_COUNTRY> and 75240 should be mapped to <BILL_TO_ZIPCODE>.
My question is can we achieve the same via standard function or do we need UDF for the same?
Regards
Faisal.