I'm importing data from csv
file to my MongoDB
with mongoimport
. In one field I have a phone numbers which start with front 0
(zero) like: 0908566. My mongoimport deletes this zero from data on import. How could I avoid it?
I'm using this command
mongoimport --db Terema -c terema_data --type csv --host SOMEIP --port 27017 --username SOMEUSERNAME --password SOMEPASS --authenticationDatabase admin --file terema.csv --headerline