Upload button on Import XML seems not working for big XML files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 01:39 AM - edited 11-11-2022 08:43 PM
I am trying to import Data into table using XML. I had to split record based on a field to have less file size.
1 file with 450 MB got successfully Imported , Whereas file with 1GB doesn't seem to do anything. The property under Import Export is Modified to 3000 before importing these XML.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 05:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 08:45 PM
Tried this and Issue still persists
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2022 05:25 AM
hello @pardhiv ,
i think that property allows max upto 1070 MB which is Approx of 1.07 GB.
Try changing it to 1070 and try to load .
i hope the property that you are using is
glide.db.impex.XMLLoader.max.file.size.mb
Hope this helps
Please mark the answer correct if this helps you
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-11-2022 08:44 PM
Yes , updated same property , modified my question with image