-
-
Notifications
You must be signed in to change notification settings - Fork 592
Closed
Description
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?
Metadata
Metadata
Assignees
Labels
No labels