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

Islandora 8: Create a toolchain that produces YAML config files for CSV migrations #510

Open mjordan opened 4 years ago

mjordan commented 4 years ago

https://github.com/Islandora/migrate_islandora_csv describes how to use Drupal's Migrate framework to batch ingest into Islandora 8 from CSV. Doing so requires the creation of a set of YAML config files.

Creating a CSV metadata file is easy, but creating corresponding YAML not so much. MIK to the rescue! We could create a toolchain that reads in a CSV and generates the required YAML files.

MarcusBarnes commented 4 years ago

This would make MIK completely relevant to Islandora 8. Love this suggestion.