sh
unread,Nov 23, 2012, 6:02:27 AM11/23/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongodb-user
Hi,
I'm trying to load up a simple csv file of 5 columns, 4m rows (no
nulls in the set).
mongoimport --db db --collection PDI_Test --type csv --file C:
\delme.csv
But i get Syntaxerror: missing ; before statement (shell):1
I can't see anything wrong with the command?
Also, must there be a pre-existing collection/schema to insert into,
or will MongoDB create one if needed?
Thanks
Stuart