Glide skipping rows when importing CSV file

I have a csv with 87 rows, I tried importing it all at once to a regular table (not a big table) and some rows are missing.

It’s not the first time that it happens, so I put an ID to identify which ones it skips:

image

image

Hola Valeria!

Do you have any link to download your CSV file and test it?

Chao

1 Like

Does your CSV file include a RowID column?
If yes, what happens if you remove that column before importing the data?

1 Like

it’s information of my company so I can’t share it. However, it’s not the first time it happens, it has happened to me with other CSV files as well

No, it just has ID_BO as stated

I don’t know if it makes a difference, but can you try converting the CSV file to ODS before importing to see if it makes a difference?

Oh man… a while ago we skipped using Glide Big Tables due to this. To be honest i thought this has been fixed.

How many columns are there in each row? and what types of columns

Did you check if several rows were being joined by mistake into one field…?

Try exporting the CSV.
Delete the row id column completely.
Delete all rows except the first one with column names.
Add the new rows you want to import and import it again.