MarcusBarnes / mik

The Move to Islandora Kit is an extensible PHP command-line tool for converting source content and metadata into packages suitable for importing into Islandora (or other digital repository and preservations systems).
GNU General Public License v3.0
34 stars 11 forks source link

Make CsvCompound's child_key setting optional #480

Open mjordan opened 5 years ago

mjordan commented 5 years ago

Currently the CsvCompound toolchain's [FILE_GETTER] child_key setting is required in the .ini, but if the CSV metadata file does not contain any rows for child metadata, each row must have a column matching the field identified in [FILE_GETTER] child_key and it must be blank. This is a lot of overhead in preparing the CSV and the .ini file.