More than one expression in string manipulation without nesting or recursive loops

Hi everyone,

I am wondering if anyone has developed a simple method for running multiple expressions in string manipulation (ideally based on a table/excel sheet) without nesting or recursive loops

I would like to do replaces just like in the following post:

Would this be possible with the rule engine (dictionary) node?

Thanks!

Hi KNIMEadventurer77

For this, I’d trying using the Column Expressions node

you can do nesting in String manipulation:

replace(replace($colnameA$, "abcde","test1","w"), "fghhi", "test2", "w") 

bascially use the output of the function as input in second function. But it’s not nice and only goes so far.

2 Likes

Hi there KNIMEadventurer77 ,

It is possible if I got you right. See here:

Br,
Ivan

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.