How to modify/update a large XML file and then import?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2020 11:23 AM
Hi Experts,
I have an XML file of KB articles size around 300-400 MB.
I want to modify few field values from the XML file(eg. created by to XYZ, Created on to current date/time, view count to 0, etc).
Due to size of the file it's impossible to modify the field values manually and import.
I want to know is there any way I can import the XML by modifying the fields in it.
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2020 11:39 AM
Hi Sachin,
Thanks for the quick response, but the XML is already provided by customer.
Need to work on the provided XML only 😞
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2020 12:32 PM
You should break up such a huge file in small chunk before export to avoid performance issues.
Also, instead of XML import, you can consider data source based import where you can configure transform map to manage data before import.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2020 02:38 AM
Hi,
The issue was might be because of LARGE size of the XML file. I took 5-10 KB Article XMLs and imported.
Thanks.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-02-2020 08:06 AM
Great, can you mark my answer as correct so that it's helpful for others in future?
Regards,
Sachin