Hi,
the problem were the spaces in the column headers of the csv-file.
Thanks,
Michael
Am Mittwoch, den 15.02.2012, 21:50 +0100 schrieb Michael Markusch:
> > Hi,
> >
> > I have tried using DBD::CSV to query a csv-file. But I have a problem with
> > handling numeri
Hi,
the problem were the spaces in the column headers of the csv-file.
Thanks,
Michael
Am Mittwoch, den 15.02.2012, 21:50 +0100 schrieb Michael Markusch:
> > Hi,
> >
> > I have tried using DBD::CSV to query a csv-file. But I have a problem with
> > handling numeri
Hi,
the problem were the spaces in the column headers of the csv-file.
Thanks,
Michael
> Hi,
>
> I have tried using DBD::CSV to query a csv-file. But I have a problem with
> handling numeric data. How can I modify the code below?
>
> Thanks,
> Michael
>
> use DBI;
> use Data::Dumper;
>
> my
Hi,
I have tried using DBD::CSV to query a csv-file. But I have a problem with
handling numeric data. How can I modify the code below?
Thanks,
Michael
use DBI;
use Data::Dumper;
my $dbh_csv = DBI->connect ("dbi:CSV:", "", "", {
f_dir => "csv",
f_ext => ".csv/r",
f_encod