Hi There,
How would I split the data using the RegEx Function?
I need to split the header from the Body.
The start of the Body would be Where it says "Subject"
Not very familiar with this function and not sure what is the correct regular expression to use to achieve this. Thank you
Solved! Go to Solution.
@DataNath Thank you so much! I don't think I could have ever figured out this expression myself
Always happy to help @HongAlt! If you'd like to know what's going on here then feel free to let me know. However, if this is a one off need and you don't have a need for it any other time then I realise that a breakdown may be a little redundant!
I know RegEx can look a bit daunting at times and it certainly took a while for the penny to even start dropping. That said, the expression here is actually quite simple (certainly helped by the fact that a few key parts are hard coded in) but I can appreciate that the additional symbols etc can make it look very technical.
Thank you so much again for the help, it is a one-time thing for a part of a project. I will go through the expression and see if I can better interpret it myself. If I run into any issues, I will let you know. I may need help on other parts later on as this project has multiple parts, I hope that is ok.
Hello @HongAlt, I have updated your workflow to parse EmailHeader. And do remember to accept my solution if you consider it useful.