beamworks / react-csv-importer

Uploader + CSV parser + raw file preview + UI for custom user column mapping, all in one
https://www.npmjs.com/package/react-csv-importer
MIT License
231 stars 95 forks source link

[BUG] Automatic map of column to named fields with labels not working if name of column has space #112

Closed RexusWolf closed 10 months ago

RexusWolf commented 10 months ago

If the column name of the file has a space, for example, "Birthdate Year", the column with not be mapped automatically, even though the label property in the field has the same value. It will only be mapped if there aren't any similar column names.