Skip to content

Releases: olbrichattila/gocsvimporter

v1.0.0.5

26 Jan 21:54
Compare
Choose a tag to compare

SQLite config value was for turning off batch insert was not reflected in the process

v1.0.0.4

08 Dec 18:00
Compare
Choose a tag to compare

Fix help text.

v1.0.0.3

08 Dec 17:53
Compare
Choose a tag to compare

Major refactoring, and adding -sh and -sl command line parameters.
-sh=headerName (saves header info)
-sl=headername (import using saved header info)

which will make regular import quicker by skipping header calculations.

v1.0.0.2

12 Sep 16:43
Compare
Choose a tag to compare

Add field name de-duplication
This feature makes it capable of importing CSV files with multiple identical field names

v1.0.0.1

14 Jul 16:39
Compare
Choose a tag to compare

Initial release