-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.0.4
-
Component/s: mongoexport
-
Environment:windows, ubuntu
-
Kernel Tools Iteration 3.1.1, Kernel Tools Iteration 3.1.2, Kernel Tools Iteration 3, Kernel Tools Iteration 4
-
v3.0
mongo
db.foo.insert(
)
exit
mongoexport --db test --collection foo --csv --fields x.0,x.1
// expected: positional field names worked in 2.6
// actual: fields exported as blank strings. Values not exported.