-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Import/Export
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
-
2
-
Not Needed
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