mloesch / sickle

Sickle: OAI-PMH for Humans
Other
106 stars 42 forks source link

Retrieve selective fields for each record using ListRecords #49

Closed saurabh-khanna closed 3 years ago

saurabh-khanna commented 3 years ago

Is it possible to retrieve selective fields for each record using ListRecords? For instance, I only want to get the publication date (and not description, authors. etc.) for each record.

mloesch commented 3 years ago

In case you really only need the publication date, you could have a look at the ListIdentifiers OAI method, it returns only the header information which also contains the date.

In case that should not be enough, you can also implement the record parsing yourself: https://sickle.readthedocs.io/en/latest/customizing.html