Minor nit - but changed to RFE because other changes are needed as well to support > 2GB without crashing.
tclcsv does not compile with Tcl 9.0b1
CleverCSV Heuristics for csv detection
tclcsv does not compile with Tcl 9.0b1
CleverCSV Heuristics for csv detection
Allow filtering based on text or fields
Added tag magicsplat-1.9.0 for changeset 93d7c101ab0e
Fix install of license file.
Fixed binary zip name
Updated readme for 2.3
Markdown format readme
Custom install so that both 32- and 64-bit binaries can exist in same dir
Update release.cmd for nmake based build, fix readme, add license
Added tag v2.3 for changeset e8e326e83c04
Added tag v2.3 for changeset 0c020774b257
Fix TEA build as version.tcl no longer required. Also fix benign gcc warning
Updated version history for 2.3
Performance improvement 40% by buffering before appending to field objects on read
Removed some unused defines
Added -chunksize opt to csv_read for experimenting
Added all.tcl so nmake test works and fixed read error messages
Finished write tests
Better detection of non-ascii option values
Have dialect take a read/write argument
Fix up some error messages
Fix extraneoush CR char at end of each line
Start on write tests
Documented csv_write, exported commands
Bump to 2.3
Tweaked documentation for -quote.
Implemented csv_write
Fix check for number of rows in sniff_header
Bump to 2.2.3
Fix buildsite.tcl to get version from configure.in
Added tag v2.2.2 for changeset 4447b3896008
Update to nmake build system v1.1
No longer have a version.tcl file and widgets.tcl should only be
Fix pkgIndex to handle spaces in file paths
Added tag magicsplat-1.8.0 for changeset b2fc15102095
Added tag magicsplat-1.8.0 for changeset 7ea0a862c3c7
Added tag magicsplat-1.8.0 for changeset b2e6e7073d23
Bumped version to 2.2.2
More cleanup post-critcl
critcl-free TEA-based version thanks to Christian Werner.
Got rid of critcl files
Change install dir name format to match that ge...
Added tag v2.2.1 for changeset 6bbf213b96ae
Added tag v2.2.1 for changeset 1f73a18549c7
Tweak distro directory name
Move msgcat strings back into widgets.tcl since...
Fix version test
Automate appending version to release files
Fix version.tcl to check whether in safe interp...
Bump version to 2.2
Require Tcl 8.6
Version history in docs
Make separate msgs dir for message files and ad...
Fill in header fields if needed when first line...
Removed _sniff2
Basic csvreader working
Permit dialectpick to accept file names
Start on localization
Do not show first line in data if shown as head...
Change column metadata to just have heading ins...
Localization support
Tk widget to sniff and edit header fields, separators etc.
Fix dialectpicker command summary
Added tag v2.1 for changeset 57db78f648da
Include version.tcl in tsources
Tk widget to sniff and edit header fields, separators etc.
Permit selection of fields when reading CSV
Show <empty> instead of blank field in dialectp...
Document dialectpicker
Comments and moved testdialectpicker to test file
Rework column type display mechanisms
Fix separator positioning for columns
Sniff file to guess options
Methods options and columnconfig