Options

how to add quotes in all columns fields in rapidminer

sgnarkhede2016sgnarkhede2016 Member Posts: 152 Contributor II
how to add quotes in all columns fields in rapidminer

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

Best Answer

Answers

  • Options
    jwpfaujwpfau Employee, Member Posts: 280 RM Engineering
    If you prefer regex you could also use Replace with replace what
    ^.*$ 
    and replace by
    "$0"
  • Options
    Telcontar120Telcontar120 Moderator, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    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".

    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts
Sign In or Register to comment.