The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

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

  • jwpfaujwpfau Employee-RapidMiner, Member Posts: 303 RM Engineering
    If you prefer regex you could also use Replace with replace what
    ^.*$ 
    and replace by
    "$0"
  • Telcontar120Telcontar120 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.