HTML Regex Parse
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have data coming to me in the body of an e-mail (6 actually) and have been unable to get the data scheduled in any format other than the existing format, which is HTML (I think). I've got the outlook input tool from @rpaugh configured to pull in the data from the body of the e-mail. Now I'm trying to extract the data I want, but the Regex tutorials I've seen aren't helping me much (I don't really have any regex experience). I'm trying to just parse out the highlighted data below from the HTML data in the attached file:
I saw someone mention using Regex parse to remove everything inside <>, but that only partially got me there but left a bunch of \r,\n,\p in my remaining data. I tried to be clever and use a formula tool to remove the "\r"s (for instance) and it ended up removing every r from the data. I'm sure there's an easier way to do this, but I feel like I am spinning my wheels at this point. Any help would be greatly appreciated.
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I didn't exactly use the flow you sent, but it put me on the right path. The main thing I was missing was using the JSON parse. I had to make a few changes just because the way the data comes through doesn't always have the same number of rows of data that needs to be pulled, but your example was very helpful. Thanks @rpaugh!
Not the cleanest, but here was the general final result:
