
Anonymous
Not applicable
2012-07-16
07:26 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
[resolved] Can we Split One XML File into Multiple XML files using talend Jobs
Can we Split One XML File which is of 1GB or More of Size into Multiple XML files using talend Jobs....If Yes How?
Please write detailed steps to follow......
Thanks,
KPK
Please write detailed steps to follow......
Thanks,
KPK
945 Views
1 Solution
Accepted Solutions

Anonymous
Not applicable
2012-07-18
08:11 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am not able to create ,can you please attach a Job with one sample xml file as example specifying all the options to split xml file into chunks.
967 Views
6 Replies

Anonymous
Not applicable
2012-07-16
10:44 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
You might use tAdvancedFileOutputXML. You will find an option Advanced settings->Split Output in several files.
Regards,
Pedro
You might use tAdvancedFileOutputXML. You will find an option Advanced settings->Split Output in several files.
Regards,
Pedro
945 Views

Anonymous
Not applicable
2012-07-17
07:10 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can somebody give detailed steps to split single XML file into multiple xml files using tAdvancedoutputXML??
945 Views

Anonymous
Not applicable
2012-07-17
10:31 PM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
You might create a job like this.
tFileInputXML--main-->tAdvancedOutputXML
tFileInputXML: You can use it to extract all nodes.
tAdvancedOutputXML: Rebuild the structure of this XML file. And the feature "Split Output in several files" can help you split the entire XML file into several XML file. For instance, the loop Xpath query of the previous xml file is "/bills/bill/line" and the xml file loop "line" node 1000 times. Now after using tAdvancedFileoutputXML, you can loop it only 100 times in one xml file and generate 10 xml files like this.
Regards,
Pedro
You might create a job like this.
tFileInputXML--main-->tAdvancedOutputXML
tFileInputXML: You can use it to extract all nodes.
tAdvancedOutputXML: Rebuild the structure of this XML file. And the feature "Split Output in several files" can help you split the entire XML file into several XML file. For instance, the loop Xpath query of the previous xml file is "/bills/bill/line" and the xml file loop "line" node 1000 times. Now after using tAdvancedFileoutputXML, you can loop it only 100 times in one xml file and generate 10 xml files like this.
Regards,
Pedro
945 Views

Anonymous
Not applicable
2012-07-18
08:11 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am not able to create ,can you please attach a Job with one sample xml file as example specifying all the options to split xml file into chunks.
968 Views

Anonymous
Not applicable
2012-07-20
07:27 AM
Author
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks I am able to Split..
945 Views

Contributor III
2021-03-23
04:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @praveen none
I do same requirement to split xml file into smaller size.
Can you please let me know how you have did it.
Thanks
Karthik
945 Views
