1
Dashboard keep showing loading for a long time when import data with wrong format
Source: supabase/supabase#13528 · opened by @hieuwu
⚙️ 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 is float4. 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
<img width="720" alt="Screen Shot 2023-04-08 at 14 33 58" src="
💡 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](
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 is float4. 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
<img width="720" alt="Screen Shot 2023-04-08 at 14 33 58" src="
💡 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](
No pledges yet. Be the first to back this.
Comments
Similar requests
Realtime Client can subscribe multiple times to same channel
5 votes · 0 comments
Use the dashboard with any postgres role
1 vote · 0 comments
Supabase End User Dashboard
1 vote · 0 comments
Loading for auth.signIn
1 vote · 0 comments
Authenticated API Endpoint to Restart / Toggle Database On & Off Remotely
2 votes · 0 comments
No comments yet.