AndrewPatricio1
3 years agoQrew Member
Difference between "Apply Regular Expression" and "Find all matches to Regex" in pipeline text stage
I am trying to parse an email into different fields. The email is reasonably consistently structured and it seems that I ought to be able to use regular expressions to pull out the values I need but I'm having trouble.
I first tried the text action "find all matches to regex" and in looking at the log I could see the different "groups" (ie the matches) getting parsed correctly but when I used them in the field for a create record action, nothing appeared. When I used "Apply Regular Expression" with the same regular expression string that I used before, I saw an "input" object in the activity log but no "output" object. ie, no "group_1", "group_2" etc with the matches.
Has anyone used these text pipeline actions for regex and can give me some pointers? thanks for any guidance.
------------------------------
Andrew Patricio
------------------------------
I first tried the text action "find all matches to regex" and in looking at the log I could see the different "groups" (ie the matches) getting parsed correctly but when I used them in the field for a create record action, nothing appeared. When I used "Apply Regular Expression" with the same regular expression string that I used before, I saw an "input" object in the activity log but no "output" object. ie, no "group_1", "group_2" etc with the matches.
Has anyone used these text pipeline actions for regex and can give me some pointers? thanks for any guidance.
------------------------------
Andrew Patricio
------------------------------