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
replace "\" character in cells
Hi there,
I'd like to replace in a excel column the "\" character with the ">" one but the process fails, as "\" correspond to a character used in regular expressions...
Of course I can replace it in excel before importing data, but I'd rather prefer to do it in a rapidminer process.
thanks a lot for your help
I'd like to replace in a excel column the "\" character with the ">" one but the process fails, as "\" correspond to a character used in regular expressions...
Of course I can replace it in excel before importing data, but I'd rather prefer to do it in a rapidminer process.
thanks a lot for your help
Tagged:
0
Best Answer
-
MartinLiebig Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,533 RM Data ScientistHi @EL75 .did you try \\ instead of \? Usually you need to escape those characters by adding a \ before.Best,Martin- Sr. Director Data Solutions, Altair RapidMiner -
Dortmund, Germany5
Answers
thank you so much !