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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Split a large XML file into small files with talend

Hi,
I am trying to integrate data from a large XML file (300 Mo). Is there a way to do it with talend ?
Labels (3)
12 Replies
willm1
Creator
Creator

Josh - would the execution server for your job (using Twig) need to have Perl installed?
Thanks.
Will
Anonymous
Not applicable
Author

Yes, you would need a Perl install, you can install twig with CPAN. If you are on Windows, ActivePerl should work fine.
Anonymous
Not applicable
Author

Hi,
I found another solution for the heap space error.The approach is reading the big XML as CSV file with tFileInputDelimited componenet and then passing data to tFileOutputXML or tAdvancedFileOutputXML which split it into small XML files.
The next step is to integrate data in this files in a database. My problem now is to find a way to schedule treatment for all this files applying theorems process management.
Thanks for your help 0683p000009MACn.png
Seif