HOW TO DELIMITERS IN SERIAL NUMBER

Hello guys,
i have a column one column and i want to split but the column have a serial number like
1sgts2ayada
2shjs3wd
3mnsad
… till 1000xxxx

and i want to output like this
1 sgts2ayada
2 shjs3wd
3 mnsad

1000 xxxx

Hello @adha_dastu,

and welcome to KNIME Community!

If you always have numbers at the begging followed by letters you can use regular expression. Try this expressions out in Regex Split node:
(\d+)(.*)

Br,
Ivan

3 Likes

Hi @adha_dastu ,
Welcome to the KNIME Community!

You can try to use the Cell Splitter by position node to separate the serial number.

Thanks,
Sanket

1 Like

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