View Single Post
Old 02-20-2025, 05:25 AM   #1
Nicolas.Laurent
Member
Nicolas.Laurent began at the beginning.
 
Posts: 22
Karma: 10
Join Date: Jun 2016
Location: France
Device: PocketBook Touch Lux 2
Accessing Identifiers values with python

A newbie's question.

How do I list the different values in the identifiers field?
I can access a given value (ISBN in this case) using the code below, but I'd like to access all the values.

Thanks in advance.

Code:
python:
def evaluate(book, context):
	isbn = book.get('identifiers').get('isbn', '')
Nicolas.Laurent is offline   Reply With Quote