Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
OS:
node.js / npm versions:
Additional info:
-
2
-
Not Needed
Description
Suppose you have a collection with one document like:
{ field: ['foo', 'bar'] } |
When exported, this will result in the csv file:
field[0],field[1] |
foo,bar
|
The code that imports that again is too loose, so it thinks the following are also array fields:
Length [m],Diameter [m]
|
1,2 |