I am new and would appreciate help in figuring out my issue on splitting the column into 2.
I want a column split so that the below delimiters are kept in column 1, but everything after these is split into column 2. There is also a space after each of these, so I could just split it out by the first space/underscore if that is easier! Thanks
LW
L4
L12
L24
L52
Column 2 would contain any text after the above mentioned text/numbers.
Hello @UKfan12 and welcome to the KNIME community.
You can simply use a Cell Splitter node stepping on ‘_’ as cell delimiter. The triggered problem is that you will split the other ‘_’ within your text. This approach will generate further work to concatenate back the description columns with Column Aggregator (concatenate, delimiter value ‘_’).
The Regex Split node can do the job in a single node using the following code:
@UKfan12
There is an Unicode mistranslation at some point of your data preparation… I would probably solve this in a first instance with a String manipulation node with the following code: