-
-
Notifications
You must be signed in to change notification settings - Fork 596
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
HTML input #243
Comments
@turicas thanks, that would be a good option if I didn't have a lot of code written on top of Tablib already. I'll go ahead and add HTML input unless anyone objects. |
claudep
added a commit
to claudep/tablib
that referenced
this issue
Jul 2, 2023
claudep
added a commit
to claudep/tablib
that referenced
this issue
Jul 2, 2023
claudep
added a commit
to claudep/tablib
that referenced
this issue
Jul 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have an application that needs to import HTML tables, and already uses Tablib for some other data formats. I noticed that Tablib supports HTML tables as an output format only. (https://github.com/kennethreitz/tablib/blob/master/tablib/formats/_html.py)
Is there any interest in adding HTML as an input format?
If this were implemented with an HTML parsing library such as BeautifulSoup, would a copy of that library have to be added to tablib/packages?
The text was updated successfully, but these errors were encountered: