Hmmm...
I first used Excel 2003 to generate my cvs files. Initially all it did was separate the values by commas. So, that was not too difficult to parse. At one point, I tried using OpenOffice3 and that used double-quotes to "contain" the data. I had to abandon it soon after as, not too many locations I program have OpenOffice3 installed.
Recently, for some reason, Excel also began to use double-quotes (at random locations!). At first, I thought my Perl script was mis-behaving, but on investigating, I found that it was the csv file that was causing problems.
At that point, I wasn't really in a good mood to sit and write down a csv parser,I was more interested in getting the job done, so I decided to go searching around for a module. And that is how I ended up here.
On reflection, considering how much effort I put in, to figuring out (or trying to recall) how to install Perl modules in XP, I suppose I could have just written a parser myself. Like I mentioned, I've not stress-tested the module yet, so I might end up doing that anyway.
I hope my explanation is satisfactory guys? (to Onund & Nothinman)
EDIT: If anyone is STILL curious, I use Perl to generate the second post at
this thread. I store all the links in a csv file and edit it with excel.
