Dashboard keep showing loading for a long time when import data with wrong format #13528
Unanswered
hieuwu
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
⚙️ 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
pricewith 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
All reactions