modules.dhbw.util.Importer

class modules.dhbw.util.Importer[source]

Bases: ABC

base class for every importer

headers: dict

a dictionary with default headers and their respective values

scraped_data: dict

a dictionary representing the scraped data

drop_header(self, header)None

method to drop an header

Methods

drop_header

method to drop an header

Attributes

headers

scraped_data

drop_header(header) None[source]

method to drop an header

header: str

the name of the header which should be dropped

None