Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Extracting text from HTML Tags

kat_osborn
6 - Meteoroid

Hi, I am trying to extract text from HTML tags that are coming from SharePoint into Alteryx. Below is what Alteryx is showing and bolded is what I need to extract. I am not familiar with this so any guidance on how to fix this would be great.

 

<div class="ExternalClass683BD308D77E4320B52BF37E72FF5C00"><html>
<p>​HD - Request to update several receiver&#160;fields - agreed to unlock file to allow for receiver&#160;edits - changes will be noted in notes field<br></p>
</html></div>

2 REPLIES 2
PhilipMannering
16 - Nebula
16 - Nebula

You can do this with the XML Parse Tool (imo the correct way) or RegEx Tool,

PhilipMannering_0-1683558623850.png

 

kat_osborn
6 - Meteoroid

Thank you, that worked! 

Labels