mnylc / islandora_multi_importer

This is a flexible, twig based, all cmodel, tabular data to islandora Object importer with optional ZeroMQ processing
GNU General Public License v3.0
16 stars 15 forks source link

Give a DS is source file name as label #100

Closed DiegoPino closed 5 years ago

DiegoPino commented 5 years ago

This pull uses the file name as a DS label. There is some redundancy in the way i implemented this because i still want to get some feedback on the approach. Also, islandora_multi_importer_remote_file_get could eventually change the file name if someone is using a hook. Should we deal with that? Or assume that what the ingesting user intended the filename to be named is what goes into the DS Label?

See this issue #99

@McFateM @marksandford @patdunlavey could any of you give this a look? Is this the right approach?

Thanks