dinedal / textql

Execute SQL against structured text like CSV or TSV
MIT License
9.07k stars 300 forks source link

Extra parameter to display column names in output. #24

Closed chayward closed 10 years ago

chayward commented 10 years ago

1) Made a new parameter called output-header when it is set to true the output will have a column header.
2) When using console=true the mode is set so columns have headers. 3) Fixed typo changing "seperator" to "separator".