🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

how to mapped Key and Value?

User: "sgnarkhede2016"
New Altair Community Member
Updated by Jocelyn
Hello ,
I have key in one column and values in other column , i want to mapped them.
e.g. I have Columns
Key       Values
A|B|C     X|Y|Z
i want outpuy
Mapped
A=X|B=Y|C=Z

Find more posts tagged with

Sort by:
1 - 2 of 21
    Hi,
    sounds like a job for the Split operator :)

    Best,
    Martin
    User: "sgnarkhede2016"
    New Altair Community Member
    OP
    Updated by sgnarkhede2016
    I want to do like below mentioned

    e.g. I have Columns Key and Value I want generate third column Mapped
    Key       Values     Mapped
    A|B|C     X|Y|Z      A=X|B=Y|C=Z
    Generate concatination works but not I wanted it gives output like
    A|B|C=X|Y|Z