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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Sabrina1657096962
Contributor
Contributor

Split a Big XML

Hello,

I have to convert a large xml file (>3 GB) to transform it into csv.

I have a memory problems (java heap space). One of the solutions would be to split it but I can't find how to do it. (I use TOS 7.3.1 and not TIS)

Thanks for your help.

Sabrina

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable

@Sabrina Chaillou​ , please take a look at the below relevant page

https://community.talend.com/s/feed/0D53p00007vCwX9CAK

https://stackoverflow.com/questions/700213/xml-split-of-a-large-file

 

you need to use some tool to split it manually or hard code to do it programmatically(I have never tried, but I'm very interested to hear your feedback if you get a chance to try it)

 

Regards

Shong

View solution in original post

1 Reply
Anonymous
Not applicable

@Sabrina Chaillou​ , please take a look at the below relevant page

https://community.talend.com/s/feed/0D53p00007vCwX9CAK

https://stackoverflow.com/questions/700213/xml-split-of-a-large-file

 

you need to use some tool to split it manually or hard code to do it programmatically(I have never tried, but I'm very interested to hear your feedback if you get a chance to try it)

 

Regards

Shong