Skip to content

Commit 494995f

Browse files
author
Robin Wilson
committed
Updated readme to mention Excel tools
1 parent 5b76e26 commit 494995f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,17 @@
33
This tool imports CSV files into SQL Tables and also optionally first downloads them from an FTP site for integrations with cloud systems and provide an easier solution compared with SSIS which will often not work well with large text fields
44

55
If you are looking for a tool that works the other way around exporting from SQL into CSV then please see the other project instead:
6+
67
https://github.com/robinwilson16/CSVSQLExporter
78

9+
#### Excel Tools
10+
11+
I have also produced Excel tools for importing and exporting which work in the same way as the CSV tools and are available here:
12+
13+
https://github.com/robinwilson16/ExcelSQLImporter
14+
15+
https://github.com/robinwilson16/ExcelSQLExporter
16+
817
## Purpose
918

1019
The tool was created as a replacement for Microsoft SQL Integration Services (SSIS) which can work well with smaller files but these days has a lot of limitations which this tool overcomes:

0 commit comments

Comments
 (0)