ugent-library / biblio-backoffice

Apache License 2.0
5 stars 0 forks source link

Batch operations issues #1607

Closed nicolasfranck closed 2 weeks ago

nicolasfranck commented 3 weeks ago

Issues

Feedback

@mietcls the problem you encountered was due to leading whitespace after every comma.

<id>,set_journal_title, "wuk"

vs

<id>,set_journal_title,"wuk"

Apparently can be ignored too by the csv reader

The other problem, about the incorrect publication ID not leading to any feedback is because it is refused internally but shown on the outside..