are there limits to how many files or total file s...
# ask-stanley-ai
c
are there limits to how many files or total file size can be imported at once using the SuiteCloud CLI
c
AI generated answer (using internal Slack threads):
Based on the conversations, it appears that there are indeed limits to how many files or total file size can be imported at once using the SuiteCloud CLI. The standard NetSuite CSV Import has a limitation of 25,000 records or 50 MB per import job. Even with multiple file uploads, the combined file size and record count must remain within these limits. When it comes to handling bulk data imports in NetSuite when the data volume is very large, one approach mentioned in the conversations is to manually split up the CSV into files with less than 25k records each and put them in the file cabinet. Then, a script can be used to go through the files in the file cabinet and import each one, moving the files into a “done” folder as it goes. Another point to note is that when creating files via SuiteScript, there is a limit of 10mb per line. One workaround suggested is to create an empty file and then use
File.appendLine
. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.831848145
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.822753966
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.822631836
Please provide your feedback on this answer.