Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make table-magic understand SQL #20

Merged
merged 8 commits into from Jul 28, 2016
Merged

Make table-magic understand SQL #20

merged 8 commits into from Jul 28, 2016

Conversation

stevecat
Copy link
Owner

@stevecat stevecat commented Jul 28, 2016

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

@stevecat stevecat merged commit 3bdf9e1 into master Jul 28, 2016
@stevecat stevecat 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.

None yet

1 participant