You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,17 @@
3
3
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
4
4
5
5
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
+
6
7
https://github.com/robinwilson16/CSVSQLExporter
7
8
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
+
8
17
## Purpose
9
18
10
19
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