FeatureFuel
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](

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests