help to a work

hi someone has an idea how i can split this column please? i tried with regex split and it doesn’t work.


i want a column OUT - 049

In Regex Split node, you can use the following pattern:
([^\d]+)(\d+)

Fabrizio

3 Likes

You could also use a Cell Splitter By Position node here as well. :slight_smile:

3 Likes

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