Gaul, Ken wrote:

> OK now I am getting ....
> 
> DBD::CSV::st execute failed: Missing first row at .........CSV.pm line 171,
> <GEN0> line 1.
> 
> My CSV contains column headings in the first row, is there something I have
> to do to handle this? The docs say that that is default behaviour.


Yes, the default behaviour is to assume that the column names are stored 
in the first row.  Perhaps your data file doesn't define rows the way 
you expect it to.  Try to set csv_eol to match the line endings in your 
data and see if that solves the problem.  If not, send the complete 
script and the complete data file for me to look at.

-- 
Jeff

Reply via email to