Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Ideas

Share your Designer Desktop product ideas - we're listening!
Submitting an Idea?

Be sure to review our Idea Submission Guidelines for more information!

Submission Guidelines

XML Capability: HTML to XML

In order to improve processing of HTML data (to use HTML data as a data-source) it would be valuable to convert HTML data to XML. 

There's a few transformations that would be needed:

- special characters like &

- dealing with HTML's imprecision - for example - "img src" tags do not require an explicit close marker.

Example: <img src="/html/assets/alteryx_company_logo.svg?F0F845F3873A74E16B876DC33606AFEA" class="ryx-company-logo"> rather than

<img src="/html/assets/alteryx_company_logo.svg?F0F845F3873A74E16B876DC33606AFEAclass="ryx-company-logo/>

- dealing with multiple class tags on a single div

- footer tags which are balanced off against a </div> tag.

 

 

This would enable more efficient processing of HTML data using modern XML capabilities

 

 

1 Comment
AlteryxCommunityTeam
Alteryx Community Team
Alteryx Community Team
Status changed to: Accepting Votes