i have a project that demand me to import csv data to mongo database. after googling, i found the way that i share below:
mongoimport.exe -d <database name> -c <collection name> --type <csv,tsv> --file <file path> --headerline
CMIIW 🙂
Muhammad Arif Nasution
i have a project that demand me to import csv data to mongo database. after googling, i found the way that i share below:
mongoimport.exe -d <database name> -c <collection name> --type <csv,tsv> --file <file path> --headerline
CMIIW 🙂
Leave a Reply