When importing CSV files, gaps in what look like array indexes behave weirdly

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Import/Export
    • None
    • Environment:
      OS:
      node.js / npm versions:
      Additional info:
    • 3
    • None
    • None

      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.

              Assignee:
              Unassigned
              Reporter:
              Le Roux Bodenstein
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: