Re: Newline characters in DBI:CSV

2005-03-22 Thread Tim Bunce
On Mon, Mar 21, 2005 at 11:19:21PM +0100, Steffen G. wrote: > Jeff Zucker wrote: > > Steffen G. wrote: > >>As this problem is similar to a bug I've found few months ago, which Jeff > >>could fix by adding a line in SQL::Parser (thanks again) > >> > > Steffen, could you resend me that previous fix,

Re: Newline characters in DBI:CSV

2005-03-22 Thread Steffen G.
Jeff Zucker wrote: > Steffen G. wrote: >>As this problem is similar to a bug I've found few months ago, which Jeff >>could fix by adding a line in SQL::Parser (thanks again) >> > Steffen, could you resend me that previous fix, I've had some mail > storage disasters and I want to make sure I have th

Re: Newline characters in DBI:CSV

2005-03-21 Thread Jeff Zucker
Steffen G. wrote: I have a problem with text containing newline characters when using DBI:CSV. I put in a string containing a newline and I get back a string containing "\n". What am I doing wrong? Nothing. It's a bug. As this problem is similar to a bug I've found few months ago, which Jeff could

Newline characters in DBI:CSV

2005-03-21 Thread Steffen G.
Hi I have a problem with text containing newline characters when using DBI:CSV. I put in a string containing a newline and I get back a string containing "\n". Please have a look at this sample code: ~~~ #!/usr/bin/perl -w use strict; use DBI; my $dbh=DBI->connect('DBI:CSV:f_dir=./db;csv_eol='