How to mapped below string

User: "sgnarkhede2016"
New Altair Community Member
Updated by Jocelyn
Hello,
I have a below string 
PROD_CODE|MESSAGEDIRECTION|COUNTERPARTY_RISK=Corporate REMITTANCE|I|HIGH

I want output like
PROD_CODE=Corporate REMITTANCE|MESSAGEDIRECTION=I|COUNTERPARTY_RISK=HIGH

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Telcontar120"
    New Altair Community Member
    One approach would be to use the Split operator first to separate all these into separate attributes (based on the | and = symbol) and then use Generate Attributes (Concatenate function) to reconstruct using only the elements and the order you want.