Stream: troubleshooting

Topic: Native API : Get dataset citation not unescaped


view this post on Zulip Dimitri Szabo (Jan 21 2025 at 20:46):

Hi there,
I noticed that the output from the get dataset citation command (https://guides.dataverse.org/en/latest/api/native-api.html#get-citation) retrieves an escaped citation.
Example: https://entrepot.recherche.data.gouv.fr/api/v1/datasets/:persistentId/versions/:latest/citation?persistentId=doi:10.15454/OI3VDQ : Author Name Béguin, Erwan appears as Béguin, Erwan,
while it is not the case with other API commands e.g. https://entrepot.recherche.data.gouv.fr/api/v1/datasets/:persistentId/versions/:latest?persistentId=doi:10.15454/OI3VDQ : Author Name Béguin, Erwan appears as Béguin, Erwan.

was there a reason for this or is this a bug ? :)

view this post on Zulip Philip Durbin 🚀 (Jan 21 2025 at 20:48):

Sounds like a bug to me. Please feel free to create an issue.

view this post on Zulip Dimitri Szabo (Jan 21 2025 at 21:10):

Thanks, here's the issue: https://github.com/IQSS/dataverse/issues/11176 :smile:


Last updated: Oct 30 2025 at 06:21 UTC