Hey all,
we want to cut a string with the "SPLIT" node...
thats works very well but we got in every case two messages... one with the correct (splitted) string, but another with empty text...
the original string is "1_OWD1_2|100" and we want to have only the value behind behind the pipe.
the split node:
the answer:
how can we solve this that we only got the splitted string text?
is this possible with split-node or only with a function node and javascript-code (working, but not very easy to edit...)