Data Source
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2025 08:01 AM
Ive got a big XML which looks something like this:
<root>
<first>...
</first>
<first>...
</first>
<second>...
</second>
...
</root>
and my goal is to configure my Data Source, so it imports each element within the root (first, first, second...) as a string into a row so the table has only one column containing the entire element.
Ive tried to use "/root/*" and "/root/first | /root/second ..." as a XPath, however nor of them works.
0 REPLIES 0