How to load a CSV file to MongoDB Atlas?

remove the < > brackets

something like:

mongoimport --uri mongodb+srv://tudor_15:PASSWORD@cluster0.acapz.mongodb.net/Database1 --collection Invoice_Train --type CSV --file invoice_train.csv
1 Like