in reply to How to separate with double quote and comma.
Looks like pretty much standard CSV format to me. So I'd suggest Text::CSV, Text::xSV, Text::CSV_XS, or even DBD::CSV. Any one of them should do, although the last one will have vastly different syntax.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How to separate with double quote and comma.
by juo (Curate) on Nov 01, 2005 at 06:53 UTC |