scottythered / 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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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')

About

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


Languages

Language:Python 100.0%