Options

How to Store values in Column with Pipe separated

sgnarkhede2016sgnarkhede2016 Member Posts: 152 Contributor II
Hello ,

For example, If have  a three column

Customer Id  Risk Profile  Direction
1233               HIGH             I

I want to generate fourth column "Parameter Value"

"Parameter Value"
1233|HIGH|I

please do needfule

Best Answer

Answers

  • Options
    MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,507 RM Data Scientist
    Hi,
    Generate Aggregation with aggregation "concat" is what you search for.

    ~Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
  • Options
    sgnarkhede2016sgnarkhede2016 Member Posts: 152 Contributor II
    Generate Aggregation with aggregation "concat" it only work for two attribute but have upto eight attribute
Sign In or Register to comment.