I used a ‘Column Combiner’ node and included 9 variables to make one column,
the output displays this column as a string with all values for those 9 variables separated by commas and with quotes for each value
Now, I would like the Rule Engine node to parse this string and ONLY output the value (out of 9) the variable that is not a whole number
Any advice is appreciated, thanks for the consideration,
Cheers!
-SD
Rule Engine node is not for parsing strings. String Manipulation, Column Expressions or Java Snippet can get the job done depending on preferences and knowledge. If you share example data you might get other ideas other than this simple regex which I sure should work