tableflowhq / csv-import

The open-source CSV importer, maintained by @tableflowhq
https://tableflow.com
MIT License
1.7k stars 104 forks source link

Numeric column names #237

Open tobinski opened 3 months ago

tobinski commented 3 months ago

I try to upload data with numeric column headers. The dialog closes and is not usable anymore. In the console I see the following error.

TypeError: uploadColumnName.toLowerCase is not a function
    at csv-import-js.js?v=2934e6ee:48916:66
    at Array.some (<anonymous>)
    at isSuggestedMapping (csv-import-js.js?v=2934e6ee:48915:52)
    at csv-import-js.js?v=2934e6ee:48924:22
    at Array.find (<anonymous>)
    at csv-import-js.js?v=2934e6ee:48923:132
    at Array.reduce (<anonymous>)
    at csv-import-js.js?v=2934e6ee:48922:32
    at Object.qi [as useState] (csv-import-js.js?v=2934e6ee:4144:41)
    at Object.useState (csv-import-js.js?v=2934e6ee:495:28)

The problem is, that the Number type doesn't have a toLowerCase() function.

stiff99 commented 1 month ago

@ciminelli hi, can i work on this issue?