Can someone help me how can I get the below data using Regex Split Node? Appreciate if you could use the regex code not a substring or indexof formula. Thank you.
DATA
NEED TO GET
Remarks
TESTING PURPOSES ONLY PT Invoice Number: ABCDER00195436
I added a loop so all of the data can be parsed automatically. If you change the format of the data rows significantly the loop probably will have to be modified since it depends on a LIKE function in the Rule Engine node to assign the correct regex.
It is best to copy and past the sample data into a Table Creator node and share the workflow with the forum to catch things like leading space or hidden characters. Having to manually copy / paste or convert forum text will miss things like that. It will also dramatically speed up solutions and more of us will have time to quickly jump in and help.
A quick fix would be to use a String Cleaner node after the Loop End to remove the leading space. Or as @iCFO suggested send the data in table format and I’ll see about fixing the regex to match it.