Was it only column names? I tried to import csv file, got parse errors
althought i had column names... Finally i got tired of trying to
import with web2py and did import data with Navicat. Same csv file and
it worked well. But now my character encodings are wrong...
Actually i did one test, where i tried to put only column names plus
one line / row with corresponding empty values (,,,,,,,,) to csv file
and it was imported well. As said navicat understood file without
problems and i could find any errors or false amount of commas from
csv file neither.
-Marko
> > > Hello all;Was