How to update resource resolution URL

<?xml version="1.0" encoding="UTF-8"?>

<doi_batch_diagnostic status=“completed” sp=“ds5”>
<submission_id>1561699879</submission_id>
<batch_id></batch_id>
<record_diagnostic status=“Failure”>
10.30564/re.v4i4.5279 url
line does not contain two tokens
</record_diagnostic>
<record_diagnostic status=“Failure”>
10.30564/re.v4i4.5242 url
line does not contain two tokens
</record_diagnostic>
<batch_data>
<record_count>2</record_count>
<success_count>0</success_count>
<warning_count>0</warning_count>
<failure_count>2</failure_count>
</batch_data>
</doi_batch_diagnostic>

why do I keep reporting errors when I update the URL of resources? The error message is: line does not contain two tokens. What’s the reason

Hello @1482919724 ,

My apologies that we did not reply sooner. This post did not trigger a notification on our end, and I have only just found it when I was searching for something related in the forum.

In the file submitted in submission 1561699879 the DOIs and URLs were separated by spaces, not tabs, so that is causing the error in question.

10.30564/re.v4i4.5279   https://journals.bilpubgroup.com/index.php/re/article/view/5279
10.30564/re.v4i4.5242   https://journals.bilpubgroup.com/index.php/re/article/view/5242

If you modify your file to be tab separated and then resubmit it, you should no longer receive error messages.

-Isaac