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
When trying to upload a CSV with multiple columns using the same name, the table is created with all the columns up to the second same-named column. An error is displayed, but it doesn't help the user figure out what happened.
Expected:
A user tries to upload a table that has two columns named "phone"
When pressing continue, the two identical columns are highlighted
Actual:
A user tries to upload a table that has two columns named "phone"
When pressing continue, an error is displayed: Something went wrong
in the background, the table has been created
the new table has all the columns up to the second same-named column
When pressing continue a second time, a different error is displayed: This table name is already being used
When trying to upload a CSV with multiple columns using the same name, the table is created with all the columns up to the second same-named column. An error is displayed, but it doesn't help the user figure out what happened.
Expected:
Actual:
Something went wrong
This table name is already being used
Sample CSV: sample.csv
Screenshot of the first press of
Continue
:Screenshot of the second press of
Continue
:Screenshot of the table structure:
The text was updated successfully, but these errors were encountered: