omeka-s-modules / FileSideload

GNU General Public License v3.0
2 stars 3 forks source link

Check newest filesideload against released CSVImporter #11

Closed patrickmj closed 6 years ago

patrickmj commented 6 years ago

We've redone FileSideload to work with the actually released version of CSVImport. So, a quick test against those is in order.

Master of FileSideload and CSVImport, and develop of Omeka S core.

mebrett commented 6 years ago

Remind me what reference the CSV needs for sideload - just the file name?

patrickmj commented 6 years ago

Yep, with whatever column header you want to map. This is an example of what I've been using

title, sideload
allStatus, allStatus.png
babyLLama, babyLLama.jpg

The directory is in the sideload configuration.

mebrett commented 6 years ago

It worked fine for me. Imported image and audio file, no problem.