An open API service indexing awesome lists of open source software.

https://github.com/deevus/CsvToSql


https://github.com/deevus/CsvToSql

Last synced: 5 months ago
JSON representation

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.