Arjen Markus wrote:
> 

> >
> 
> Hm, there is a CSV reading module in Tcllib, so one could contemplate
> using Tcl instead of Perl for this. That ought to take care of the
> quotes
> and other nastiness...
> 
>

Come to think it, my Fortran library to interface with SQLite has 
an example of reading a CSV file and putting it in a SQLite database.
Fortran 90/95 has the ability to properly read CSV files "out of the 
box", via its READ(..,*) statement.

The library can be retrieved at: http://www.sf.net/flibs
(Use anonymous CVS, no tarfile yet).

Regards,

Arjen

Reply via email to