Import CSV succeeded but no data

So I’m trying to upload a CSV into my import table and when I do it shows succeeded.. but there’s actually no data in my table

Hello @Nicolas_Lê,

Welcome to the Appsheet Community !!!

My first thought would be to validate that the file path is correct. Please refer to the article below for details on importing csv files:

If everything is correct then I suggest contacting the Support team so that they can analyze this with you.

Hi @Nicolas_Lê

On Google Sheet, the formula you usually use for comma (,( or semicolon (;( separation is, for example, LEFT(B2,5) or LEFT(B2;5). If you use a comma (,), from CSV file Locale try selecting English(United Kingdom). If you use a semicolon select English(United States). Hopefully, this method works.

Thanks @Syamsudin @Jose_Arteaga

But I actually figured it out already. So, I was using the “Display” header in my import CSV when I should have been using the header that matches the data source.

I changed it, and now it works well!

Thank you for your confirmation, I am glad to hear that your problem has been resolved.