Creating Aeon request batches from finding aids

Revision as of 10:22, 15 February 2018 by EmilyWahl (talk | contribs) (Created page with "==Extract metadata from the finding aid== # Navigate to the [https://findingaids.folger.edu/ finding aids website]. # Click on the finding aid in question, and then view sourc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Extract metadata from the finding aid

  1. Navigate to the finding aids website.
  2. Click on the finding aid in question, and then view source. Save this xml as a txt file in your Python folder.
  3. Run the following Python script on the txt file you just saved, making sure to first edit the file name in the first line of the script to match the file name of your text file:
  1. After running this script, you will find 4 text files in your Python folder: FAcallnos.txt, FAdates.txt, FAdescs.txt, and FAtitles.txt; these text files contain the extracted finding aid metadata, and will be used in the following step.