/aspace-comma-endings

A single script that looks for ArchivesSpace resource/digital object titles that end with a comma and changes any matching titles found

Primary LanguagePython

aspace-comma-endings

A single script that

  • looks for ArchivesSpace resource/digital object titles that end with a comma,
  • saves them in a list and generates a CSV report, and
  • changes any matching titles found with details saved to a log file.

To run, you will need the following libraries installed:

You will also need to edit the script with your credentials here:

client = ASnakeClient(baseurl='xxx',
                      username='xxx',
                      password='xxx')