Skip to content

Releases: fracpete/common-csv-weka-package

Release v2024.7.5

04 Jul 21:02
Compare
Choose a tag to compare
  • upgraded commons-csv to 1.11.0
  • upgraded maven plugins
  • switched scm to git+ssh

Release v2021.1.3

03 Jan 02:36
Compare
Choose a tag to compare
  • fixed default for custom quote character in loader
  • saver now has options for custom field separator, quote, escape characters and no header
  • loader and saver can operate in incremental mode as well

Release v2020.12.30

29 Dec 23:27
Compare
Choose a tag to compare
  • now automatically disambiguates column names
  • handles empty column names in the header row as well

Release v2020.12.29

29 Dec 08:47
Compare
Choose a tag to compare
  • can specify ranges for NOMINAL, STRING, DATE attributes
  • date format for DATE attributes can be specified
  • nominal label specs can be specified (e.g., forcing labels and/or order)
  • handles spreadsheets without header row (uses att-X with X from 1 to last column)
  • custom column names can be supplied (e.g., to override auto-generated or ones in file)
  • field-separator and quote character can be specified for non-tab-delimited CSV formats
  • missing value string can be specified

Release v2020.11.29

29 Nov 00:55
Compare
Choose a tag to compare
  • initial release