in reply to Re: Text::CSV_XS separator character tab
in thread Text::CSV_XS separator character tab
Thanks for the replies, but I tried
my $csv = Text::CSV_XS->new({ 'quote_char' => '', 'escape_char' => '', 'sep_char' => "\t", 'binary' => 1 });
But still no joy... the file i'm trying to split up is here: http://www.a4uforum.co.uk/images_a4u/misc/productsYourLenses.txt
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Text::CSV_XS separator character tab
by thundergnat (Deacon) on May 27, 2005 at 18:53 UTC | |
|
Re^3: Text::CSV_XS separator character tab
by jZed (Prior) on May 27, 2005 at 16:20 UTC |