Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deevus/CsvToSql
https://github.com/deevus/CsvToSql
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deevus/CsvToSql
- Owner: deevus
- License: unlicense
- Created: 2015-04-02T02:42:30.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-02T04:26:42.000Z (over 9 years ago)
- Last Synced: 2024-11-01T22:05:44.900Z (about 1 month ago)
- Language: Awk
- Size: 141 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - deevus/CsvToSql - (Awk)
README
# CsvToSql
Converts a comma delimitered CSV to a MSSQL script.
## Requires
* awk, sed, wc - (found in [GNU on Windows](https://github.com/bmatzelle/gow), [Scoop](https://scoop.sh) (`scoop install gow`) or [Cygwin](https://www.cygwin.com/))
* Powershell## Usage
`./ConvertCsvTo-Sql -CsvPath -OutputFile `
If `-OutputFile` is omitted it will just write to stdout.