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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to read all the data in text file

Hi Team,

 

i have my source file is .txt file format data, how to read all the data and convert to xml output.Give me some ideas. Kindly do the needful.

Thanks,

Karpagam G.

Labels (2)
4 Replies
Anonymous
Not applicable
Author

To read .txt file, you can use tFileInputDelimited, and use tAdvancedFileOutputXML to create a XML file, read the component documentation and learn these two components.
Let me know if you have any questions.

Regards
Shong
Anonymous
Not applicable
Author

Responded

Anonymous
Not applicable
Author

Hi,

 

I have one more word document file i have extract the schema in that word doc.In that word document having some table,image,docx files.How i can do this xml output from this. Kindly help me.

Anonymous
Not applicable
Author

HI,

 

ok, Thank you.