Releases: fracpete/common-csv-weka-package
Releases · fracpete/common-csv-weka-package
Release v2024.7.5
Release v2021.1.3
- 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
- now automatically disambiguates column names
- handles empty column names in the header row as well
Release v2020.12.29
- 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
- initial release