Hi all!
So I'm trying to load data into the Retool database.
I had a .csv file that was > 3MB so I split it in two parts; first 2332 lines into part 1, the rest into part 2.
I load part 1 as CSV into a table, works fine.
When I try to import part2 as CSV into the same table I get:
"Failed to insert rows from CSV
Invalid input syntax for type integer: "".
cf picture:
So I assume there's some input problem but I can't locate in which row or in which column.
Also, what I find weird is that, if I try to import part2 in another table in Retool, it works just fine.
I double-checked, columns are of the same type.
Any hint on how I could solve this?
Baptiste