Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retrieve selective fields for each record using ListRecords #49

Closed
saurabh-khanna opened this issue Apr 3, 2021 · 1 comment
Closed

Comments

@saurabh-khanna
Copy link

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
Copy link
Owner

mloesch commented Apr 7, 2021

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

@mloesch mloesch closed this as completed Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants