table2sql
Python CLI tool which allows you to convert file with table (CSV and Excel) to SQL insert statements.
Basic usage
some.csv
1 2 3 4 |
|
Command:
1 |
|
Result:
1 2 |
|
Install
1 |
|
Python CLI tool which allows you to convert file with table (CSV and Excel) to SQL insert statements.
some.csv
1 2 3 4 |
|
Command:
1 |
|
Result:
1 2 |
|
1 |
|