🎉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 add quotes in all columns fields in rapidminer

User: "sgnarkhede2016"
New Altair Community Member
Updated by Jocelyn
how to add quotes in all columns fields in rapidminer

e.g 
In colunm values are
Sachin
Om
Shyam
I want
"Sachin"
"Om"
"Shyam"

Find more posts tagged with

Sort by:
1 - 3 of 31
    User: "lionelderkrikor"
    New Altair Community Member
    Accepted Answer
    Hi @sgnarkhede2016,

    You can use Generate Attributes operator for this task : 

    In attached file, the process.

    Regards,

    Lionel
    User: "jwpfau"
    Altair Employee
    If you prefer regex you could also use Replace with replace what
    ^.*$ 
    and replace by
    "$0"
    User: "Telcontar120"
    New Altair Community Member
    But why do you want the quotes inside RapidMiner, where they are not needed?  If it is merely to include in the file when exporting to another format, you have the option to put all nominal values inside quotes in operators such as "Write CSV".