Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/deevus/CsvToSql


https://github.com/deevus/CsvToSql

Last synced: 29 days 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.