Error web client important number of row
Hiruxou opened this issue · 10 comments
Hello!
How many columns are there in the csv file on the first row? The application detects 12, with an anomaly on line 5403058 where it finds only 11 columns. what does this line look like?
BR
Hi !
thank you for your fast reply !
I have 12 columns and the line 5403058 is :
Line in the middle
Sorry for the censorship but i have no choice.
-----------------------------------------EDIT-----------------------------------------
new information :
I think it's block after line 5403058 because thread is blocked and he consider he can not found the 12 element of my line.
-----------------------------------------EDIT-----------------------------------------
Also with little csv (42 line) another error :
"CODE_X","CODE_X","CODE_X","CODE_X","CODE_X","CODE_X","CODE_X","CODE_X","CODE_HORAIRE","DATE_X","DATE_X","NB_X","SURFACE_X","ALTX","X","Y","FLAG_X","LIB_X","LIB_X","DESC_X"
N4122,ST,,,,[INT],HG,17,1,1987-09-09 00:00:00,,1,,2230,384455,[INT],1,ëlou,"ëlou (Gave d Azun, 2260m) N4122",
I have to replace some data in row with X.
But i have 20 column in my tittle ..
Thanks for the update!
Seems to be an issue with the headers for the small CSV.
Any special characters in there? Or commas within quotes?
For the large file (10 000 000 rows) format it's ok, i think it's the thread who can not support the number of row (may be?).
For the little CSV but i think i have some trouble with commas and/or quotes. I will check now !
Hi again,
The blocked thread warning is expected for large files, it just means that the thread is busy processing. 10M rows will take a while to complete, do you see any status updates logged?
No you won't see any status updates yet, because it's doing the initial parse of the file to ensure it's able to parse the whole file.
Hi !
So, for little CSV it's my bad, the export of database was corrupted now it's ok thank you !
I'm going to try series test, i'll keep you informed.
it looks like there's not enough columns in the data rows to match the header.
not sure why it errors at row 3 with 0 values though, try to ensure the data columns match the header count in the shown lines.
closing, please reopen if this is still an issue.