Hi Everyone, As per the standard NetSuite CSV Impo...
# general
v
Hi Everyone, As per the standard NetSuite CSV Import, there is a limitation of 25,000 records or 50 MB per import job, and even with multiple file uploads, the combined file size and record count must remain within these limits. My question is: What is the best and most feasible standard approach to handle bulk data imports in NetSuite when the data volume is very large (thousands or more records), without worrying about CSV file size or record limits?
j
How I solved this previously was I manually split up my CSV into files with less than 25k records each (used a shell script for that) and put them in the file cabinet. I then used a script to go through the files in the file cabinet and import each one, and as it went it moved the files into a “done” folder.
a bit of work but it got it done without me having to sit there and monitor it all day.
m
Integrator.io (Celigo) data loader, can do this with free tier
v
Thanks @jen and @michoel for your valuable guide. It really helps me. 🙏
105 Views