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
Find more posts tagged with
Sort by:
1 - 1 of
11
Hi @EL75 .
did you try \\ instead of \? Usually you need to escape those characters by adding a \ before.
Best,
Martin