Hi guys,
Maybe this is something trivial but I cannot find the easy way to do it. I'm trying to split a string in columns using a defined regex, where the number of resulting column is not defined beforehand. For example I want to split a string containing 250 hyphens “-” into 250 columns containing the content of string at both ends of the hyphens. If I use the Regex split node, I have to determine beforehand the number of resulting columns, setting that number through the use of capturing parenthesis.
Obviously I can use an iterative construct in order to achieve the desired results but I want to know if is there a simpler way or a specific node in order to do that.
Any hint?
Cheers,
Gio