CSVReader/Writer Changelog

What's new in CSVReader/Writer 7.5 Build 9635

Apr 12, 2017
  • Correct bug where CSVWrite sometimes failed to enclose fields containginng commas in quotes.

New in CSVReader/Writer 7.3 (Sep 18, 2014)

  • add CSVStripTags for removing HTML tags.

New in CSVReader/Writer 7.2 Build 9572 (Sep 18, 2014)

  • add CSVToSRX for generating Funduc BE search/replace scripts.

New in CSVReader/Writer 7.1 (Sep 18, 2014)

  • add CSVScale, encapsulate much of the IO with the EIO class.

New in CSVReader/Writer 7.0 (Sep 18, 2014)

  • Three new utilities CSVReplaceStrings, CSVReplaceURLs and CSVtoUnique.

New in CSVReader/Writer 6.9 (Sep 18, 2014)

  • Change all encoding parms from string the Charset.

New in CSVReader/Writer 6.8 (Sep 18, 2014)

  • CSVToTable now specify class to

New in CSVReader/Writer 6.7 (Sep 18, 2014)

  • add CSVCommaToTab

New in CSVReader/Writer 6.6 (Sep 18, 2014)

  • fix sort on surname van Pelt, Mc Mac

New in CSVReader/Writer 6.5 (Sep 18, 2014)

  • DeDupStrategy -keepfirst -keeplast and -delete. f for family name sort option.

New in CSVReader/Writer 6.4 Build 9449 (Jan 27, 2012)

  • redefine meaning of n option and add d option to CSVSort

New in CSVReader/Writer 6.3 Build 9447 (Jan 18, 2012)

  • add CSVSortField and CSVDeDupField

New in CSVReader/Writer 6.2 (Jan 18, 2012)

  • fix fieldCount bug, which corrected bug with hideComments not working.

New in CSVReader/Writer 6.1 (Jan 18, 2012)

  • track comment lines and lines with tail comments separately.

New in CSVReader/Writer 6.0 (Jan 18, 2012)

  • make CSV display stats. It used to be a dummy.

New in CSVReader/Writer 5.9 Build 9411 (May 26, 2011)

  • fix bug in multi-field reads in CSVReader

New in CSVReader/Writer 5.8 Build 9403 (Mar 30, 2011)

  • CSVChangeCase fix bug in selecting the correct translation letter

New in CSVReader/Writer 5.7 (Mar 30, 2011)

  • allow numeric sorts on empty columns.

New in CSVReader/Writer 5.6 (Mar 30, 2011)

  • eliminate all but first duplicate in patch file. allow comments in patch file, allow 2+ cols in patch file.

New in CSVReader/Writer 5.5 (Mar 30, 2011)

  • CSVTemplate: output file how has same extension as the template

New in CSVReader/Writer 5.4 (Mar 30, 2011)

  • CSVToSRS: apply prelude and postlude to create a complete script that needs tweaking.

New in CSVReader/Writer 5.3 (Mar 30, 2011)

  • fix but when column comment had extra cols. left align date headers.

New in CSVReader/Writer 5.2 (Mar 30, 2011)

  • new csvReader constructor parm trimUnquoted. Use Intellij to fill it in with true every place full constructor used.

New in CSVReader/Writer 5.1 (Mar 30, 2011)

  • fix bug, emitted """" for single field with quotelevel 2.

New in CSVReader/Writer 5.0 (Mar 30, 2011)

  • add CSVWriter.setLineSeparator

New in CSVReader/Writer 4.9 (Mar 30, 2011)

  • CSVAlign aligns ## comment.

New in CSVReader/Writer 4.8 (Mar 30, 2011)

  • CSVPack, CSVCondense, CSVTuple now tidy up ## label comments.
  • CSVReader has new method wasLabelComment to detect ## field labelling comments

New in CSVReader/Writer 4.5 (Mar 30, 2011)

  • CSVToTable no longer entifies. Do separately with Entify, if needed. Add CSVTemplate.

New in CSVReader/Writer 4.4 (Mar 30, 2011)

  • add getYYYYMMDD to CSVReader, improve error exceptions in CSVReader

New in CSVReader/Writer 4.3 (Mar 30, 2011)

  • add support for sorting by field length. Add CSVCondense.

New in CSVReader/Writer 4.2 (Mar 30, 2011)

  • modify all utilities so you can specify the encoding, default to UTF-8.

New in CSVReader/Writer 4.1 (Mar 30, 2011)

  • add CSVEntify and CSVStripEntities

New in CSVReader/Writer 4.0 (Mar 30, 2011)

  • add CSVToTable and TableToCSV

New in CSVReader/Writer 3.9 build 9396 (Jan 23, 2011)

  • add CSVTuple

New in CSVReader/Writer 3.8 build 9391 (Jan 23, 2011)

  • add CSVPatch, HTML-formatted manual.

New in CSVReader/Writer 3.7 build 9384 (Dec 19, 2010)

  • add CSVDeDup

New in CSVReader/Writer 3.6 (Dec 19, 2010)

  • add LinesToCSV

New in CSVReader/Writer 3.5 (Dec 19, 2010)

  • add CSVReshape

New in CSVReader/Writer 3.4 (Dec 19, 2010)

  • add CSV2SRS Utility to convert CSV pair to Funduc search/replace script.

New in CSVReader/Writer 3.3 Build 9377 (Dec 2, 2010)

  • change default to no comments in input file for CSVTab2Comma

New in CSVReader/Writer 3.2 Build 9354 (Feb 25, 2010)

  • CSVSort not sorts hex columns

New in CSVReader/Writer 3.1 Build 9332 (Dec 5, 2009)

  • add CSVSort