Skip to main content
ExLibris
  • Subscribe by RSS
  • Ex Libris Knowledge Center

    Use MarcExport to export all authority records from Voyager

    • Product: Voyager
    • Relevant for Installation Type: Multi-Tenant Direct, Dedicated-Direct, Local, TotalCare

     

    Question

    What command would I use to export all of our authority records from Voyager using MarcExport?

    Answer

    Use: Pmarcexport -rA -mR -tALL

     

    Additional Information

    See also: How to run basic MarcExport?

    AUTH_MASTER is the definitive table to use for authority counts. The count of records in that table should match the number of records outputted by the MarcExport command.

    Here is a Prepackaged Access Reports query you can use to get a total count of authority records:

    SELECT Count(AUTH_MASTER.AUTH_ID) AS CountOfAUTH_ID
    FROM AUTH_MASTER;


    • Article last edited: 02-Jun-2020
    • Was this article helpful?