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 'child_key' column in CSV Compound optional #389

Closed mjordan closed 7 years ago

mjordan commented 7 years ago

Nothing like eating your own dogfood. The CSV Compound toolchain docs say:

child_key: Required. The column label identifying the field that contains the sequence number of the child object that the row's metadata applies to. Leave blank in rows that apply to parent compound objects.

This should be an optional column in batches that do not use child-level metadata. This is an instance of the options described in #353.

mjordan commented 7 years ago

Looking into this, I'm not sure it's worth the trouble. Closing.