Community & Support
Learn
Marketplace
Menu
Menu
Home
›
Discussions
›
Community Q&A
how to add quotes in all columns fields in rapidminer
sgnarkhede2016
New Altair Community Member
May 14, 2020
Updated
Nov 5, 2024
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
AI Studio
All Replies
Accepted Answers
Sort by:
Sort by
Oldest
▾
1 - 3 of 3
↑
1
↑
lionelderkrikor
New Altair Community Member
Accepted Answer
May 14, 2020
Hi
@sgnarkhede2016
,
You can use
Generate Attributes
operator for this task :
In attached file, the process.
Regards,
Lionel
quote_adding.rmp
jwpfau
Altair Employee
May 14, 2020
If you prefer regex you could also use
Replace
with
replace what
^.*$
and
replace by
"$0"
Telcontar120
New Altair Community Member
May 14, 2020
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".
Sort by:
Sort by
Oldest
▾
1 - 1 of 1
↑
1
↑
lionelderkrikor
New Altair Community Member
Accepted Answer
May 14, 2020
Hi
@sgnarkhede2016
,
You can use
Generate Attributes
operator for this task :
In attached file, the process.
Regards,
Lionel
quote_adding.rmp
View in context
Quick Links
All Categories
Recent Discussions
Activity
Unanswered
日本語 (Japanese)
한국어(Korean)
You can use Generate Attributes operator for this task :
In attached file, the process.
Regards,
Lionel