Discussion:
CSV LOADER ERROR
Tarvinder S
2012-01-11 11:18:29 UTC
Permalink
hELLO there,
I am trying to upload a CSV file and getting an error

weka csv loader failed to load csv file

Wrong number of values;read17, expected 15, read token[EOL], line 3

Please help
Tarvinder
--
The Best way to predict the future is to create it.
Mark Hall
2012-01-14 07:30:03 UTC
Permalink
Post by Tarvinder S
hELLO there,
I am trying to upload a CSV file and getting an error
weka csv loader failed to load csv file
Wrong number of values;read17, expected 15, read token[EOL], line 3
The CSVLoader determines the number of fields to read from the first row
in the file. Check the number of fields at line three.

Cheers,
Mark.
Tarvinder S
2012-01-14 07:31:42 UTC
Permalink
Thanks..
Post by Mark Hall
Post by Tarvinder S
hELLO there,
I am trying to upload a CSV file and getting an error
weka csv loader failed to load csv file
Wrong number of values;read17, expected 15, read token[EOL], line 3
The CSVLoader determines the number of fields to read from the first row
in the file. Check the number of fields at line three.
Cheers,
Mark.
______________________________**_________________
Wekalist mailing list
List info and subscription status: https://list.scms.waikato.ac.**
nz/mailman/listinfo/wekalist<https://list.scms.waikato.ac.nz/mailman/listinfo/wekalist>
List etiquette: http://www.cs.waikato.ac.nz/~**
ml/weka/mailinglist_etiquette.**html<http://www.cs.waikato.ac.nz/%7Eml/weka/mailinglist_etiquette.html>
--
The Best way to predict the future is to create it.
Loading...