import csv into mongodb

C++
mongoimport --type csv -d database -c collection --headerline --drop index2020.csv
Source

Also in C++: