Skip to content

Releases: anjlab/csv2db

Bugfix release

14 Jul 12:56
Compare
Choose a tag to compare
v3.2.5

Version 3.2.5: With support for `sqlEscapeChar` + joda-time library o…

Better handling of duplicates

24 Feb 19:24
Compare
Choose a tag to compare

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

05 Feb 12:23
Compare
Choose a tag to compare

Improved map support with syntheticColumns
Support verbose output for debugging
Option to display progress indicator

Version 2.2.1

01 Mar 14:01
Compare
Choose a tag to compare

Allow overriding DB connection properties from command line

Version 2.2.0

28 Feb 23:55
Compare
Choose a tag to compare

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

26 Jan 15:05
Compare
Choose a tag to compare

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

31 Aug 12:55
Compare
Choose a tag to compare
v2.0.2

Version 2.0.2

Performance Improvements

31 Aug 11:37
Compare
Choose a tag to compare
v2.0.1

Version 2.0.1

Support JavaScript transformations

31 Aug 08:53
Compare
Choose a tag to compare