You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure there's an empty field for one of the rows
Importing that CSV will simply remove the field from the row which misaligned the data with its headers
Expected Behaviour
Imported CSV data to match the index of the headers I.e. data[headerIndex] should be the relevant row data. However, it gets removed should the row be empty of undefined.
Environment
Angular: 9.0.1
Browser(s): All
The text was updated successfully, but these errors were encountered:
tinybigideas
changed the title
[Bug] Importing a CSV with an empty field removes the header index entirely for that row
[bug] Importing a CSV with an empty field removes the header index entirely for that row
Feb 24, 2020
Reproduction
Steps to reproduce:
Expected Behaviour
Imported CSV data to match the index of the headers I.e.
data[headerIndex]
should be the relevant row data. However, it gets removed should the row be empty of undefined.Environment
The text was updated successfully, but these errors were encountered: