If you have one column, why do you choose for the Regex Rename vs the normal rename node?
The Regex one is most suitable if you have multiple columns and want to assign pre- or suffixes for example or do some clean-up. The default state of the node is catered for this already as well.
Thanks! I turned to the Regex Rename first because, in the beginning, I couldn’t figure out how to use variables with the usual Rename because you have to add entries to the list first.
I had a column loop where I could not predict the column name. I figured it out but I just wanted to let the KNIME guys know about this unexpected behavior of the Regex Rename node.