colrev.loader.table.TableLoader¶
- class TableLoader(*, filename, entrytype_setter=<function TableLoader.<lambda>>, field_mapper=<function TableLoader.<lambda>>, id_labeler=<function TableLoader.<lambda>>, unique_id_field='', logger=<Logger colrev.loader.table (WARNING)>, format_names=False)[source]¶
Bases:
Loader
Loads csv and Excel files (based on pandas)
Methods
Get the number of records in the file
Load table entries from the source
The load_records_list must be implemented by the inheriting class (e.g., for ris/bib/...)
- classmethod get_nr_records(filename)[source]¶
Get the number of records in the file
- Return type:
int
- load()¶
Load table entries from the source
- Return type:
dict