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

HTML input #243

Closed
klothe opened this issue Jun 28, 2016 · 2 comments
Closed

HTML input #243

klothe opened this issue Jun 28, 2016 · 2 comments

Comments

@klothe
Copy link

klothe commented Jun 28, 2016

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?

@turicas
Copy link

turicas commented Jun 29, 2016

@klothe, you may want to use the library rows for this kind of task. :)

@klothe
Copy link
Author

klothe commented Jun 30, 2016

@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
@claudep claudep closed this as completed in 1d4f033 Jul 3, 2023
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

No branches or pull requests

2 participants