Mongoimport not importing entire csv

my csv import is working but only 548 rows are imported into atlas. I checked that my csv file is not corrupted. The csv contains 14k rows. Is there a way to increase the buffer size? thanks

thanks anyway guys but I solved the problem

What was your issue and solution for those that come across this post later?

It was really kind of a stupid thing. My source folder had multiple versions of the csv file name so when i renamed the file to a truly unique name it imported all 14k records. My guess is that the mongoimport timed out when i confueed it.

1 Like