[COMPASS-7158] When importing CSV files, gaps in what look like array indexes behave weirdly Created: 31/Aug/23  Updated: 06/Sep/23

Status: Open
Project: Compass
Component/s: Import/Export
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Major - P3
Reporter: Le Roux Bodenstein Assignee: Unassigned
Resolution: Unresolved Votes: 0
Labels: needs-prioritization
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified
Environment:

OS:
node.js / npm versions:
Additional info:


Story Points: 3

 Description   

Suppose you have a CSV file:

foo[0],foo[1]
a,b

When importing that will become a collection with one document like:

{ foo: ['a', 'b'] }

Suppose you have a CSV file like:

foo[1000000]
a

That should probably not result in an array with 1 million elements.


Generated at Wed Feb 07 22:45:34 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.