Hello,
I have a set of data from Outlook inbox where specific answers are separated by <> characters, for example:
<Name of the company> <MB Lala>
<Company code> <99999999>
<Invoice for month:> <april>
<Contact person> <Name Surname>
<Phone number> <+3700000000>
<Email> <info@example.com>
Could anyone help by saying whether or not these answers in denoted brackets (<>) can be retrieved fully while using Regex? How should the Syntax look like?
Thank you so much!
Hey @miglema,
Ive attached two ways of taking the values out of the xml. One with Regex and the other just splitting to columns. Hope this answers your question? If you want further details on how this works feel free to ask :)
All the best,
Ira
User | Count |
---|---|
18 | |
14 | |
13 | |
9 | |
8 |