Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

[resolved] Read Excel Row by Row

Hi,
I have the xml file which has no. of line items for One PO. i have to Place one Sales Order with those no of Line Items. T
For the above problem statement i am using tFileInputXML, and the exporting line items in Excel file. but i am not able to read the Excel file
tFileInputXML->tFileOutputExcel->tWriteXMLField->
How can i read excel file so that i can write all them line items in the xml file and create Sales Order?
Please help.
Regards,
Anurag
Labels (3)
1 Solution

Accepted Solutions
_AnonymousUser
Specialist III
Specialist III
Author

Please find the solution.
tInputXML---Main-->tFileOutputExcel---Main-->tWriteXMLField
Using this you can read the complete content of excel in xml format.

View solution in original post

5 Replies
Anonymous
Not applicable

Hi Anurag,
tFileInputXML--main--->tFileOutputExcel--OnSubJobOk-->tFileInputExcel---main-->tWriteXMLField
Try doing this way
Thanks
Vaibhav
_AnonymousUser
Specialist III
Specialist III
Author

Hi Vaibhav,
Thanks for your reply.
I just tried but still the same output. Only one line item is coming in the xml file generated from tWriteXML component.
I want the all line item in the xml file. I hyave also defined the Item as a loop element in XML tree for tWriteXMlfield
component.
Regards,
Anurag
_AnonymousUser
Specialist III
Specialist III
Author

After doing some R&D, finally I am done with it.
Anonymous
Not applicable

Hi,
Would you mind sharing your solution with us?
Best regards
Sabrina
_AnonymousUser
Specialist III
Specialist III
Author

Please find the solution.
tInputXML---Main-->tFileOutputExcel---Main-->tWriteXMLField
Using this you can read the complete content of excel in xml format.