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: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/deevus/csvtosql
- Owner: deevus
- License: unlicense
- Created: 2015-04-02T02:42:30.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-02T04:26:42.000Z (almost 10 years ago)
- Last Synced: 2024-12-13T17:51:17.707Z (24 days 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
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.