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
hi someone has an idea how i can split this column please? i tried with regex split and it doesn’t work.
In Regex Split node, you can use the following pattern:
([^\d]+)(\d+)
Fabrizio
You could also use a Cell Splitter By Position node here as well.
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.