DBD::CSV and multi character separator

2007-04-27 Thread Santosh Pathak
Hi, I read on following site that DBD::CSV supports multi-character separator. But I am not able to use it. my separator is |++| http://www.annocpan.org/~JZUCKER/DBD-CSV-0.22/lib/DBD/CSV.pmhttp://www.annocpan.org/%7EJZUCKER/DBD-CSV-0.22/lib/DBD/CSV.pm Even after setting sep_char

Re: DBD::CSV and multi character separator

2007-04-27 Thread Robert Roggenbuck
Hi, can You show us a relevant code snippet (connecting and querying) and a snippet of Your CSV-Data? Which kind of line separator are You using? Best Regards Robert Santosh Pathak schrieb: Hi, I read on following site that DBD::CSV supports multi-character separator. But I am

RE: :CSV and multi character separator

2007-04-27 Thread Garrett, Philip \(MAN-Corporate\)
Santosh Pathak wrote: Hi, I read on following site that DBD::CSV supports multi-character separator. But I am not able to use it. my separator is |++| http://www.annocpan.org/~JZUCKER/DBD-CSV-0.22/lib/DBD/CSV.pmhttp://www. annocpan.org/%7EJZUCKER/DBD-CSV-0.22/lib/DBD/CSV.pm Even after

RE: :CSV and multi character separator

2007-04-27 Thread Garrett, Philip \(MAN-Corporate\)
Garrett, Philip (MAN-Corporate) wrote: Santosh Pathak wrote: Hi, I read on following site that DBD::CSV supports multi-character separator. But I am not able to use it. my separator is |++| http://www.annocpan.org/~JZUCKER/DBD-CSV-0.22/lib/DBD/CSV.pmhttp://www. annocpan.org/%7EJZUCKER

Re: :CSV and multi character separator

2007-04-27 Thread Santosh Pathak
. Does somebody know any DBD for flat files that will meet above requirements? Thanks - Santosh On 4/27/07, Garrett, Philip (MAN-Corporate) [EMAIL PROTECTED] wrote: Santosh Pathak wrote: Hi, I read on following site that DBD::CSV supports multi-character separator. But I am not able to use

Re: DBD::CSV and multi character separator

2007-04-27 Thread Robert Roggenbuck
, can You show us a relevant code snippet (connecting and querying) and a snippet of Your CSV-Data? Which kind of line separator are You using? Best Regards Robert Santosh Pathak schrieb: Hi, I read on following site that DBD::CSV supports multi-character separator. But I am not able

Re: :CSV and multi character separator

2007-04-27 Thread jeff
, I read on following site that DBD::CSV supports multi-character separator. But I am not able to use it. my separator is |++| http://www.annocpan.org/~JZUCKER/DBD-CSV-0.22/lib/DBD/CSV.pmhttp://www. annocpan.org/%7EJZUCKER/DBD-CSV-0.22/lib/DBD/CSV.pm Even after setting sep_char

Re: :CSV and multi character separator

2007-04-27 Thread jeff
] wrote: Santosh Pathak wrote: Hi, I read on following site that DBD::CSV supports multi-character separator. But I am not able to use it. my separator is |++| http://www.annocpan.org/~JZUCKER/DBD-CSV-0.22/lib/DBD/CSV.pmhttp://www. annocpan.org/%7EJZUCKER/DBD-CSV-0.22

Re: DBD::CSV and multi character separator

2007-04-27 Thread Santosh Pathak
multi-character separator. But I am not able to use it. my separator is |++| http://www.annocpan.org/~JZUCKER/DBD-CSV-0.22/lib/DBD/CSV.pm http://www.annocpan.org/%7EJZUCKER/DBD-CSV-0.22/lib/DBD/CSV.pm Even after setting sep_char to |++|, it doesn't work. Am I missing something? Thanks