What is the csv row import limit?

What is the csv row import limit? I tried importing a csv with 325,000 rows and that didn’t work. So I cut it to 25,000 rows as a test. How low do I have to go or is there a way to import larger data sets?

Hi @leedervan

When you tested it with 25,000 records, did the test work? The limit depends on the CSV, because we currently have a data limit of 10MB. We will be updating it to a limit of 128MB in our next version.

The test did not work with 25,000 records, but the csv filesize was 11.4 MB.

Hi @leedervan,

an easy workaround is to split your CSV into two files, each with less than 10MB in size. That should do the trick.

Best

Dom