Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Sets that are all being loaded into the same collection can be combined. Multiple My Library files can be combined by copying everything from the first <record> tag to the last </record> tag, and pasting it into another My Library file after the <records> tag. Note that sets can also be combined in Excel later by adding the contents of one spreadsheet to another.

  2. Find and replaced all instances of </author> with ||</author>

  3. Find and replaced all instances of </keyword> with ||</keyword>

  4. Use EditX to transform the xml using this XSLT file:

    View file
    nameZotLoad1.2.xslt

  5. Open the file in Notepad do the following

    1. Find all instances of &#xD; and replace with nothing

    2. Find all instances of </notes> and replace with </dc.identifier.citation>

    3. Find all instances of ### and replace with </notes><dc.identifier.citation>

    4. Find all instances of ||< and replace with <

  6. Open a blank Excel spreadsheet. If you don’t see the developer tab, go to file, options, customize ribbon, and under main tabs, select the developer tab. Go to Developer, import, and select your XML file. Click ok. Ensure the next box say $A$A, then click ok.

  7. Add the headers:

    View file
    nameHeaders.xlsx

  8. Check for any missing URLs in the dc.description.uri column and fill in any that are missing with publisher’s URL. If unpublished, give the URL where the work is available..

  •  

Troubleshooting:

  • If there’s an error in an EXML document, you can open it in Microsoft Edge and it will identify the element with the error. You can then open the xml in Notepad and find that element.

  • If importing into Excel goes wrong, there is likely a duplicate element in the XML.

...