How to do "text to column" on an excel dataset in Rapidminer ?

User: "rajatdas"
New Altair Community Member
Updated by Jocelyn
On a text variable in excel..which contains multiple values in text format separated by a comma (similar to a CSV file format), I need to segregate the values into separate columns for each value.

Something like:

text1, text2, text 3 to be converted into Column A for text1, Column B for text2 and Column C for text3....

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Caperez"
    Altair Community Member
    Hi @rajatdas,
    you can use the Split operator and regular expression for that.
    Other alternative is to use the Tokenize operator from text processing extenssion. 

    Best, 
    Cesar