XML
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
JulioPwC
6 - Meteoroid
‎04-18-2024
11:52 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am trying to read my XML files to create a table like in the example, but Alteryx does not recognize the XML structure.
Labels:
- Labels:
- Developer Tools
- Transformation
1 REPLY 1
apathetichell
19 - Altair
‎04-19-2024
08:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ms757863(v=vs.85)
@JulioPwC - this is using an XSD external schema I believe. You can't open it with out this (Alteryx/non-Alteryx is moot) You can try parsing it via regex to look at that tags - but it's fairly nuanced and takes time.