in reply to Re: parse_csv (Cookbook)
in thread parse_csv (Cookbook)
Unfortunately even Text::ParseWords seems to have its problems handling CSV... if you have for example:
Instead of convertingq<"19"" rackmount",more data>
to"19"" rackmount"
Which is what I understand it should do (try saving it in a CSV file and opening it in excel) It converts it to19" rackmount
- losing the " altogether :-(19 rackmount
Either we are not using Text::ParseWords the right way, or it can't cope with CSV :-(
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: parse_csv (Cookbook)
by demerphq (Chancellor) on Aug 30, 2005 at 12:27 UTC | |
by serf (Chaplain) on Aug 30, 2005 at 14:48 UTC | |
by jZed (Prior) on Aug 30, 2005 at 15:09 UTC |