Hi,
I want to be able to collect the first part of email threads.
Any thoughts how to do this?
The condition that should decided where to do the cut is typically "Best regards", "Br", but also other key words may be there.
If there is no hit on any of these, the complete email body should be provided as output.
So, what I believe I need is something like
first(split(<the text body>, <recursive check against a list of delimiters>))
But, as this does not work, I need another solution.
Help very much appreciated!