Forum OpenACS Q&A: Re: proc like ns_getcsv for char delimited files?

Collapse
Posted by Andrew Piskorski on
Torben, shouldn't parsing more or less any flavor of CSV-like text format be awfully easy in Tcl? Why would you want to use ns_getcsv at all, is it faster and you're worried about performance problems? Or you just thought maybe you could avoid having to write the Tcl code, which you then went ahead and wrote above anyway?