Sujet : Re: ANNOUNCE: tclcsv 2.4.2 released
De : apnmbx-public (at) *nospam* yahoo.com (Ashok)
Groupes : comp.lang.tclDate : 01. Oct 2024, 04:09:00
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vdfp4c$2j5rv$2@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
If you are happy with tcllib's csv, I would suggest keep using it. Always easier to distribute Tcl than a binary.
What tclcsv gives you other than speed, is more options for configuring the CSV dialect (delimiters, quoting method, headers etc.), a feature to guess ("sniff") the dialect, and a Tk preview widget (a la Excel CSV import) - see
https://tclcsv.magicsplat.com/#tclcsv_dialectpicker/Ashok
On 9/30/2024 11:29 PM, Ted Nolan <tednolan> wrote:
In article <vdek4i$2a8ek$2@dont-email.me>,
Ashok <apnmbx-public@yahoo.com> wrote:
tclcsv 2.4.2 released - update for Tcl 9.
>
The tclcsv extension for Tcl provides a fast and flexible means of
reading and writing text files in Comma Separated Value (CSV) format.
Includes a UI widget for sniffing CSV dialects.
>
Docs: https://tclcsv.magicsplat.com
Download: https://sourceforge.net/projects/tclcsv/files/
Repository:https://github.com/apnadkarni/tcl-csv
I was unaware of this. When would I use this rather than the CSV package
in tcllib? Is it a case of more efficient, or are there other differences?