Unknown Database Error

I have tried to upload my Embassys csv file to my database but it keeps saying Unknown database error and only uploading some of my data and not all of it. i have 50,176 lines of data but only 11,000 lines get uploaded.

Hi Don, welcome!
The CSV uploader is notoriously finicky. Does your collection you’re uploading to have relationships of any kind?

No relationship of any kind
Just a csv file

Gotcha. A few things to try with your CSV:

  1. Try chunks of 3000 records or less
  2. Ensure the primary field is unique to each record (sometimes an ID field can help with this)
  3. Export the CSV from Google Sheets instead (some people report that it likes Sheets output better than Excel’s).

Thanks
That works well