Hi everyone, I am trying to use the Column Filter node after using the Cell Splitter node. I am using this expression: NAME|MONTH|ID_Arr[1]_Arr[0]
But I cannot include the column ID_Arr[1]_Arr[0]
Filter Columns After Cell Splitter.knwf (11.8 KB)
Thank you
ArjenEX
2
Hi @salazachou
Since you are using Regex, you need to escape the brackets since their purpose in this case is not to define a group.
NAME|MONTH|ID_Arr\[1\]_Arr\[0\]
5 Likes
Thank you it worked perfectly.
system
Closed
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.