Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Numeric column names #237

Open
tobinski opened this issue Aug 1, 2024 · 0 comments · May be fixed by #238
Open

Numeric column names #237

tobinski opened this issue Aug 1, 2024 · 0 comments · May be fixed by #238
Assignees

Comments

@tobinski
Copy link

tobinski commented Aug 1, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants