I have a data collection, which is separated by |
character. I am going to add the data collection to mongodb. So I need to separate data through |
character. how my mongoimport command looks like?
Previously, I'm successfully import csv file through the following command.
$ mongoimport -d mydb -c things --type csv --file locations.csv --headerline