I am facing the below problem when i load my csv file in weka tool. I have already removed (,) (") and (') from my csv file. When i try to load it in weka am facing the error wrong number of values, expected 14 read 13, Token [EOL]: line 3850. But in the 3850th row when i check there are no characters like (,) (") and ('). I have 14 attributes and 32897 instances with 21 classes.
Note: I have already loaded another csv file which had 3777 rows (instances) with 14 attributes and containing 18 classes by removing the EOL characters (,) (") and ('). It didn't return any error then.