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

Write a sample MIK input data generator script #393

Closed mjordan closed 7 years ago

mjordan commented 7 years ago

It would be really useful to be able to generate some simple content for development and testing. E.g., for each CSV toolchain, write out X number of raw input objects comprised of files created using touch based on the tutorial or iCon workshop metadata CSV. The script should also write out a basic .ini file.

MarcusBarnes commented 7 years ago

Initial work on this is in pull-request https://github.com/MarcusBarnes/mik/pull/395 (merged with commit https://github.com/MarcusBarnes/mik/commit/f487d3827ca5cfce19f35f801cb4aa52b4c65b5b). Further work still needs to be done - best if we close this ticket and create separate issues as appropriate for the compound, book, and newspaper sample file functionality. @mjordan What do you think?

mjordan commented 7 years ago

I'm cool with that approach.