Good afternoon. I am in the process of getting Archivematica as part of our processes here and I am getting stuck with adding custom identifiers. I took a look over the documentation and added the identifiers.json file into the metadata folder alongside the metadata.csv file.
From there I ran the process and everything outside of the identifiers are appearing in the final AIP. I am looking for help to see if I am formatting it incorrectly or am I missing something. Here is a shortened example
[
{
"file": "objects/MARAC hotel.png",
"identifiers": [
{
"identifier": "P0004",
"identifierType": "internal"
}
]
},
{
"file": "objects/PTO check.txt",
"identifiers": [
{
"identifier": "P0005",
"identifierType": "internal"
}
]
}
]
Thank you in advance.