Dashboard keep showing loading for a long time when import data with wrong format #16948
hieuwu
started this conversation in
Contribute to Supabase
Replies: 1 comment
-
Hello, @hieuwu! I created table with three columns:
and imported this test.csv file:
Error that I got during import is: Your csv file is semi-colon separated. So when I tried to import your data I gor another error: Also found out, that one row in your csv has more columns than needed
Can you tell if that error is still happens or maybe I should try with another data? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discussed in https://github.com/orgs/supabase/discussions/13528
Originally posted by hieuwu April 8, 2023
⚙️ Summary
Currently, when I import data from CSV file, I notice that if we set the value of a column on Supabase is float4 and the data of this column is a string, the platform will stop working without any response.
For example, my column is
price
with type isfloat4
. I import a data set with a row containing value at price column is "this is a string". The platform keep showing loading message forever💡 Suggestion
It would be nice if we have some mechanism to verify the format of data for number before performing any operation.
I imported the file below
product.csv
Beta Was this translation helpful? Give feedback.
All reactions