Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Data Source

Elias Moser
Tera Contributor

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