Hi,
I have for example the following strings in a column:
m00002c |
m00002s |
m00002x
|
Hi,
I have for example the following strings in a column:
m00002c |
m00002s |
m00002x
|
Hi Mrs. Sippi,
you can do that using the String Manipulation Node. You should end up with something like
substr($YourColumnName$, 0, length($YourColumnName$)).
Let me know if you have problems with the node configuration, then I will provide an example workflow.
Best,
Christian
It worked great! Thank you very much! :)