mjordan / islandora_workbench

A command-line tool for managing content in an Islandora 2 repository
MIT License
26 stars 38 forks source link

update_terms task mistakenly reports missing term_id column even if it's present #783

Closed mjordan closed 3 months ago

mjordan commented 3 months ago

Error: For "update_terms" tasks, your CSV file must contain a "term_id" column. shows up even if the CSV has that column.

mjordan commented 3 months ago

Docs are not very good. For example, they should list the base / system fields in vocabularies, or at least repeat info at https://mjordan.github.io/islandora_workbench_docs/creating_taxonomy_terms/:

term_name description parent weight

mjordan commented 3 months ago

Code changes to confirm "term_id" is present during --check, and for workbench to exit with a message if "term_id" is not present without --check, merged into main. Leaving this open until the docs are improved.