Overview
When registering metadata to folders in Archivematica, I found that Japanese folder names need to be avoided, so here are my notes.
Metadata
By preparing a /metadata/metadata.csv file like the following, you can include metadata in the AIP.
| filename | dc.type |
|---|---|
| objects/aaa | Folder |
| objects/aaa/MARBLES.TGA | Image |
At this point, if aaa is prepared with a Japanese name, the metadata for that record was not registered.
Summary
I hope this serves as a useful reference for those experiencing similar issues.