You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and the following jsonpath expression: $.*.author[*].(fullname,pid.id.value,pid.id.scheme)
I am getting the following result: [{'fullname': 'some fullname', 'pid.id.value': None, 'pid.id.scheme': None}, {'fullname': 'other fullname', 'pid.id.value': '0000-0000-0000-0000', 'pid.id.scheme': 'orcid'}]
I am getting None values, is there a way to filter them?
Thank you in advance!
The text was updated successfully, but these errors were encountered:
Hi,
I have the following JSON:
and the following jsonpath expression:
$.*.author[*].(fullname,pid.id.value,pid.id.scheme)
I am getting the following result:
[{'fullname': 'some fullname', 'pid.id.value': None, 'pid.id.scheme': None}, {'fullname': 'other fullname', 'pid.id.value': '0000-0000-0000-0000', 'pid.id.scheme': 'orcid'}]
I am getting
None
values, is there a way to filter them?Thank you in advance!
The text was updated successfully, but these errors were encountered: