Module processors.xml.table
Table processor
Classes
class TableProcessor (reader, writer, doc_id)
-
A class to extract tables from a standards document.
Ancestors
- Processor
- abc.ABC
Class variables
var fieldnames
-
Column names.
Name Description Element doc_id Document id uuid Table id section_id Section this element belongs to table The table contents
Methods
def converter(self, data)
-
Parse XML and extract titles.
Args
data
:str
- XML document
Returns
list
- A list with dictionaries.
Inherited members