Uses okfn/messytables to generate SQL CREATE database/table and INSERTs from PDFs, text, CSV, and HTML file tables
Stars
2
Forks
0
Watchers
2
Open Issues
5
Overall repository health assessment
No package.json found
This might not be a Node.js project
23
commits
Tests are passing, but I need to write a new test to make sure dates are working properly.
a22b768View on GitHubAdded and passed a new test --- headers pre-specified and not for the create_sql_insert method.
447026cView on GitHubFixed a small bug that was causing the default header TYPE detection to actually just return the header names instead of types.
6474175View on GitHubTests pass again! Hurray! And type detection works better and makes SQL statements that don't fail (at least for MySQL at this point).
317e123View on GitHubFixed bug with data type identification -- was actually bug in test code.
56826f9View on GitHubUpdates. Tests still don't pass completely -- there is a problem where messytables is confusing DATE and TEXT types.
7136d90View on GitHubupdated version so I could push change to pip--now should map to other db types beyond mysql
d825f10View on GitHubUpdated to provide mapping for other common SQL databases
ae052c0View on GitHub