Releases: olbrichattila/gocsvimporter
Releases · olbrichattila/gocsvimporter
v1.0.0.5
v1.0.0.4
Fix help text.
v1.0.0.3
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
Add field name de-duplication
This feature makes it capable of importing CSV files with multiple identical field names
v1.0.0.1
Initial release