Quantcast
Channel: KNIME RSS
Viewing all articles
Browse latest Browse all 4157

String Manipulation ReplaceChars Bug?

$
0
0

Hi,

 I would like to replace the following characters with a space: /,;?!\   in all text written in a column

If you write in a Table Creator in the column Freetext the text

aaa\bbb C,D

and you use a string manipulation node writing

replaceChars($Freetext$, "/,;?!\\", "")

 

As result I would expect

aaa bbb C D

but I get

aaabbb CD

without the space between aaa and bbb and betweeen C and D

 

How come? Is this a bug? How I can solve this?

Thanks in advance

 

 


Viewing all articles
Browse latest Browse all 4157

Trending Articles