Releases: robinwilson16/CSVSQLImporter
Releases · robinwilson16/CSVSQLImporter
Version 1.1.0
New changes:
- Updated to .NET 10
- Fixed bug in decimals with positive or negative signs on the end being treated as decimals when should be strings for compatibility with SQL Server otherwise leads to conversion error
- Improved CSV file import facility to be more reliable with asynchronous operations
Version 1.0.12
Updated plugins to latest version
Version 1.0.11
New features added:
- Embedded pdb file and updated packages inc WinSCP version
Version 1.0.10
New features added:
- Added log file that is generated in same folder as .exe file each time the process runs
Version 1.0.9
New features added:
- Added option to download from a subfolder in the FTP rather than just the root folder
Version 1.0.8
Ensure first row of data is included in max column length calculation
Version 1.0.7
Fixes an issue with custom table name and adds SFTP and SCP SSL Fingerprint Options
Version 1.0.6
Added option to specify a different schema and to specify the database table name rather than using the file name
Version 1.0.5
Now connects to secure FTPs where the certificate may not be trusted rather than the connection failing
Version 1.0.4
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)