Sean ran into this when importing large lists. He found that the system ran into issues with CSV’s over 5000 items I think it was… so try doing the upload in batches of under 5000.
Yea this is correct. I had a table of like 45k cities I uploaded in batches of 5k each. I found doing more than 5k yielded unreliable results and it would weirdly err out but some would still intermittently upload in the background so the table would be in an unknown state. Best to stick to under 5k records per CSV for now and hopefully at some point there’s a better way to bulk load data