Releases: anjlab/csv2db
Releases · anjlab/csv2db
Bugfix release
v3.2.5 Version 3.2.5: With support for `sqlEscapeChar` + joda-time library o…
Better handling of duplicates
New option:
ignoreDuplicatePK
ignore rows having exactly the same values of PK when they appear in the same insert batch (see batchSize
). Only first record from the batch will be used for insertion.
v3.0.4
Improved map
support with syntheticColumns
Support verbose output for debugging
Option to display progress indicator
Version 2.2.1
Allow overriding DB connection properties from command line
Version 2.2.0
Add support for map
function that may act like mapper, filter, or splitter
Try using Nashorn JavaScript engine by default (available since Java 8)
Version 2.1.0
Some new features in this release:
- New operation mode: InsertOnly
- Configs now may be extended from each other
- Database connection properties now may defined using JavaScript functions
- Some minor fixes
Support transientColumns
v2.0.2 Version 2.0.2
Performance Improvements
v2.0.1 Version 2.0.1
Support JavaScript transformations
v2.0.0 Merge README