Skip to content

Make table-magic understand SQL - #20

Merged
guntrip merged 8 commits into
masterfrom
understand-sql
Jul 28, 2016
Merged

Make table-magic understand SQL#20
guntrip merged 8 commits into
masterfrom
understand-sql

Conversation

@guntrip

@guntrip guntrip commented Jul 28, 2016

Copy link
Copy Markdown
Owner

This adds an "SQL" tab to table-magic, this allows it to interpret the tables produced by MySQL's command line interface. For example:

+------+-------+-------+
| Item | Value | Count |
+------+-------+-------+
| Ham  | 6     | 20.00 |
| Spam | 2     | 6.40  |
| Eggs | 12    | 2.00  |
+------+-------+-------+

Can become:

Item Value Count
Ham 6 20.00
Spam 2 6.40
Eggs 12 2.00

@guntrip
guntrip merged commit 3bdf9e1 into master Jul 28, 2016
@guntrip
guntrip deleted the understand-sql branch July 28, 2016 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant