mjordan / islandora_workbench

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

Add a simple way to process a subset of an input CSV based on the value of specific fields #812

Closed mjordan closed 1 month ago

mjordan commented 1 month ago

https://mjordan.github.io/islandora_workbench_docs/ignoring_csv_rows_and_columns/ describes ways to process subsets of input CSV rows. It would be useful to extend this to include specific field values to limit which rows are processed. For example, only load the rows where field_model equals "Image".

mjordan commented 1 month ago

Integration test TestCsvRowFilters added to islandora_tests_check.py.

Docs are at https://mjordan.github.io/islandora_workbench_docs/ignoring_csv_rows_and_columns/#processing-or-ignoring-rows-based-on-field-values