How To Import Escel File To Mongo Colelctions

[Solved] How To Import Escel File To Mongo Colelctions | Perl - Code Explorer | yomemimo.com
Question : how to import escel file to mongo colelctions

Answered by : wandering-wren-rstpi49mtvyl

mongoimport --db myDb --collection myCollection --type csv --headerline --file /path/to/myfile.csv

Source : https://stackoverflow.com/questions/25241500/how-to-import-excel-file-xlsx-to-mongodb | Last Update : Thu, 25 Feb 21

Answers related to how to import escel file to mongo colelctions

Code Explorer Popular Question For Perl