mirror of
https://github.com/danbulant/sql2csv
synced 2026-05-19 04:18:33 +00:00
Add folders
This commit is contained in:
parent
050aefb9a6
commit
e84bf8f081
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -1,3 +1,14 @@
|
|||
# SQL2CSV
|
||||
|
||||
Convert MySQL SELECT to CSV format
|
||||
|
||||
## Folders
|
||||
|
||||
### Input
|
||||
|
||||
'input' folder is for .sql files containing QUERYs. Query must be correct, isn't modified in any way (directly executed, as is). Must include SELECT.
|
||||
Make sure the input is save, it's directly executed and not checked for anything.
|
||||
|
||||
### Output
|
||||
|
||||
'output' folder is for .cvs files. Output of sql2csv is written to the folder, the name of the file is same as input file except .sql is changed to .cvs.
|
||||
|
|
|
|||
Loading…
Reference in a new issue