-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: mongoimport
-
None
Given this file z4:
name paul "buzz" moschetti
Then this:
Buzzs-MacBook-Pro-2:guycarp buzz$ /usr/local/bin/mongodb-osx-x86_64-3.2.0-rc2/bin/mongoimport -d foo -c bar --drop --headerline --type csv z4
produces this error:
2016-08-03T14:33:08.845-0400 connected to: localhost 2016-08-03T14:33:08.845-0400 dropping: foo.bar 2016-08-03T14:33:08.845-0400 Failed: read error on entry #1: line 2, column 5: bare " in non-quoted-field 2016-08-03T14:33:08.845-0400 imported 0 documents
In a CSV, it is perfectly legal to have paired quotes, no?