Skip to content

Commit 9d5b8ce

Browse files
author
Robin Wilson
committed
Updated readme to mention CSV tools
1 parent dcd29b6 commit 9d5b8ce

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 Excel 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 Excel then please see the other project instead:
6+
67
https://github.com/robinwilson16/ExcelSQLExporter
78

9+
#### CSV Tools
10+
11+
I have also produced CSV tools for importing and exporting which work in the same way as the Excel tools and are available here:
12+
13+
https://github.com/robinwilson16/CSVSQLImporter
14+
15+
https://github.com/robinwilson16/CSVSQLExporter
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)