https://github.com/btbytes/htbl2sql
HTML Tables to SQL
https://github.com/btbytes/htbl2sql
Last synced: 7 months ago
JSON representation
HTML Tables to SQL
- Host: GitHub
- URL: https://github.com/btbytes/htbl2sql
- Owner: btbytes
- License: mpl-2.0
- Created: 2013-10-05T21:38:37.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-10-05T21:41:41.000Z (over 12 years ago)
- Last Synced: 2025-03-25T03:53:34.376Z (about 1 year ago)
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
htbl2sql
========
Given the URL of a webpage containing one or more HTML tables, the program should output SQL statements to create the table and insert the data.