Hi community,
I’m experiencing a problem using DBD:CSV after I had upgraded to perl 5.38.2 on a Windows 10 machine. I have been using the module for a long time and have never had any problems. Since upgrading accessing arbitrary csv files does’nt work any more. Neither the wanted file is addressed nor are the desired columns found. Everything is configured as described on CPAN (see DBD::CSV - DBI driver for CSV files - metacpan.org). I’ve tried so many things, unfortunately without success. My impression is that DBI Connection attributes are ignored.
The following table lists all modules needed to use DBD:CSV. The column ‘metacpan’ contains the recommended module versions on cpan website. The column ‘Active State’ contains the module versions of my environment.
Module | metacpan | Active State Perl 5.38.2 |
---|---|---|
DBI | 1.646 | 1.647 |
DBD::CSV | 0.62 | 0.62 |
DBD::File | 0.44 | 0.35 |
SQL::Statement | 1.414 | 1.414 |
Text::CSV_XS | 1.59 | 1.6 |
There is some difference for Module DBD::File but I’m not sure if that is the problem. As of today, DBD:File 0.44 is not availlable at ActiveState platform.
Is there anyone who has experienced the same problem and can possibly suggest a solution?
Thanks in advance and best regards to all.