Hello,
I'm new to AtoM + Archivematica and I'm trying to do a bulk update of simple items but it seems I have no way to update as the Import task can't identify the Archival Descriptions I'm modifying. I even tried exporting the csv from the clipboard and then importing without modifying the csv but it just skips all the rows. It's a bit frustrating because in this case I have +300 images and I can't update them one by one.
Here's the console output.
[info] [2022-11-29 13:22:16] Job 9068 "arFileImportJob": Importing CSV file: isad_0000000001.csv.
[info] [2022-11-29 13:22:16] Job 9068 "arFileImportJob": Skipping unmatched records.
[info] [2022-11-29 13:22:16] Job 9068 "arFileImportJob": Skipping matched records.
[info] [2022-11-29 13:22:16] Job 9068 "arFileImportJob": Update type: match-and-update
[info] [2022-11-29 13:22:17] Job 9068 "arFileImportJob": php '/usr/share/nginx/atom/symfony' 'csv:import' --update="match-and-update" --skip-unmatched --quiet --user-id="443" --source-name='isad_0000000001.csv' '/usr/share/nginx/atom/uploads/tmp/TMP1889e8b3.csv'
[info] [2022-11-29 13:22:17] Job 9068 "arFileImportJob": Row 1: Unable to match row. Skipping record: (id: 02.053.051.001.0001)
[info] [2022-11-29 13:22:17] Job 9068 "arFileImportJob": Row 2: Unable to match row. Skipping record: A-1_1693-1725_0001.jpg (id: )
[info] [2022-11-29 13:22:17] Job 9068 "arFileImportJob": Row 3: Unable to match row. Skipping record: A-1_1693-1725_0002.jpg (id: )
[info] [2022-11-29 13:22:17] Job 9068 "arFileImportJob": Row 4: Unable to match row. Skipping record: A-1_1693-1725_0003.jpg (id: )
[info] [2022-11-29 13:22:17] Job 9068 "arFileImportJob": Row 5: Unable to match row. Skipping record: A-1_1693-1725_0004.jpg (id: )
[info] [2022-11-29 13:22:17] Job 9068 "arFileImportJob": Row 6: Unable to match row. Skipping record: A-1_1693-1725_0005.jpg (id: )
....
As you can see the images don't have identifier but it can't be the problem because other archival descriptions have and it can't identify them either.
Thanks in advance