Re: DBD::CSV, Select Numeric data

2012-02-15 Thread Michael Markusch
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

Re: DBD::CSV, Select Numeric data

2012-02-15 Thread Michael Markusch
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

DBD::CSV, Select Numeric data

2012-02-15 Thread Michael Markusch
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

DBD::CSV, Select Numeric data

2012-02-08 Thread Michael Markusch
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