Skip to content

Releases: robinwilson16/CSVSQLImporter

Version 1.0.8

01 Apr 15:51
Compare
Choose a tag to compare

Ensure first row of data is included in max column length calculation

Version 1.0.7

01 Apr 14:32
Compare
Choose a tag to compare

Fixes an issue with custom table name and adds SFTP and SCP SSL Fingerprint Options

Version 1.0.6

26 Feb 01:50
Compare
Choose a tag to compare

Added option to specify a different schema and to specify the database table name rather than using the file name

Version 1.0.5

14 Jan 12:18
Compare
Choose a tag to compare

Now connects to secure FTPs where the certificate may not be trusted rather than the connection failing

Version 1.0.4

02 Dec 17:58
Compare
Choose a tag to compare

This release has the following improvements:

  • Added locale support which may affect date and currency formats
  • Added custom Excel formats for export (for Excel export tool)
  • Added option to run stored procedure on completion (for import tools)

Version 1.0.3

01 Dec 14:30
Compare
Choose a tag to compare

This release has the following improvements:

  • Connection will always close after use even if the process does not complete
  • File path no longer fails if there are too many or incorrect slashes
  • All database operations are asynchronous
  • All rows are checked to determine best data type for column (for importer) and mixed types are set as string
  • CSV importer now handles commas inside field correctly (for CSV tools)
  • Version shown at top of app
  • CSV importer and exporter now trim fields to adhere to the CSV specification better
  • New icon created
  • Custom delimiter (for CSV tools)
  • Option to enclose all fields in speech marks whatever the type (for CSV tools)