Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
rubenfasilva
Contributor
Contributor

Basic Read XML file

Hello

I am stuck reading a simple xml file with tfileinputXML.

The xml file structure is something like this:

<?xml version="1.0" encoding="UTF-8"?>

<orangest>

 <document>

  <header>

   <code>NA</code>

   <series>V</series>

   <warehouse_id>22</warehouse_id>

   <reference>TA0004258A012021</reference>

  </header>

  <items>

   <item>

    <item_id>DD0GS0005BCHU</item_id>

    <quantity>1</quantity>

   </item>

   <item>

    <item_id>DD0GS0027SSOU</item_id>

    <quantity>1</quantity>

   </item>

   <item>

    <item_id>SR0CS00455607.75</item_id>

    <quantity>1</quantity>

   </item>

  </items>

 </document>

</orangest>

I've tried diferent loop XPath Querys, but I can't retreive any lines from tha file.

Can you guys give a hand on this?

Thanks!

Labels (3)
1 Solution

Accepted Solutions
gjeremy1617088143

Hi,

0695b00000G5FWeAAN.pngSend me Love and Kudos

View solution in original post

5 Replies
gjeremy1617088143

Hi,

0695b00000G5FWeAAN.pngSend me Love and Kudos

rubenfasilva
Contributor
Contributor
Author

Hello

It works now!

Thank you so much!

gjeremy1617088143

glad it works, could you please set my answer as best answer, to close this topic.

 

gjeremy1617088143

You select your answer not mine, it's not ok for people who take the time to help you, please select my answer

rubenfasilva
Contributor
Contributor
Author

Sorry, it's ok now!

Best regards!