Two Pattern in a single Node?

Good afternoon,
I’m using the node “Number to String” using Wildcard to select columns to transform, I would like to know if there is a possibility to use more than one pattern in a single node. This can be useful to improve the speed of my workflow.

Best Regards

Michele

This is possible using if statement in

node.

1 Like

Hi @MICK997 , probably with Regex yes, but not with Wildcard. You can use multiple regular expressions separated with “OR” ("|"), meaning any of the expressions that apply to the rule.

EDIT: Here’s a quick example. Let’s say I have all of these numeric columns:

But I want to select only the col_* and the num_* columns in the Number To String. That’s how you can do it:

2 Likes

@bruno29a and @izaychik63 Thank you so much, that’s perfect!!!

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