colrev.loader.loader.Loader

class colrev.loader.loader.Loader(*, filename, entrytype_setter, field_mapper, id_labeler, unique_id_field, logger, format_names=False)[source]

Bases: object

Loader class.

Initialize the instance.

Methods

load

Load table entries from the source.

load_records_list

The load_records_list must be implemented by the inheriting class (e.g., for ris/bib/...).

load()[source]

Load table entries from the source.

Return type:

dict

load_records_list()[source]

The load_records_list must be implemented by the inheriting class (e.g., for ris/bib/…).

Return type:

list