in reply to How to parse a csv file by comma, but ignore comma inside the single quotation
then passing {quote_char => q<'>, allow_whitespace => 1} to Text::CSV->new should be enough.'car reg, location', 'gps string: lats:xxxx,longs:xxxxx, Alts:xxxx', ' +number of satellites fix';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to parse a csv file by comma, but ignore comma inside the single quotation
by hujunsimon (Sexton) on Aug 03, 2011 at 14:31 UTC | |
|
Re^2: How to parse a csv file by comma, but ignore comma inside the single quotation
by hujunsimon (Sexton) on Aug 03, 2011 at 14:24 UTC |