Skip to main content
ExLibris

Knowledge Assistant

BETA
 
  • Subscribe by RSS
  • Back
    Rosetta

     

    Ex Libris Knowledge Center
    1. Search site
      Go back to previous article
      1. Sign in
        • Sign in
        • Forgot password
    1. Home
    2. Rosetta
    3. Knowledge Articles
    4. How to export Format Auto Correction Rules - SQL query

    How to export Format Auto Correction Rules - SQL query

    1. Last updated
    2. Save as PDF
    3. Share
      1. Share
      2. Tweet
      3. Share
    No headers
    • Article Type: General
    • Product: Rosetta

    Desired Outcome Goal:
    Goal: Export Rosetta's Format Auto Correction Rules.

    Procedure:
    Use the following SQL query to export the format auto correction rules, after replacing ‘XXXX’ with the institution’s database prefix:

    select a.is_active || '- ' || a.param_order || '. ' || a.name || ' : ' || b.type || ' - ' || b.key || ' <' || b.operator_id || '> ' || b.value
    from XXXX_SHR00.HFR_RULE a, XXXX_SHR00.HFR_RULE_PARAM b where a.id = b.rule_id and
    a.rule_type like 'FORMAT_AUTO_CORRECTION'
    and b.key in ('producerId','formatIdList','fileExtension','mimeType','fileSize','createDate','agent','method','formatId')
    and b.value is not null
    order by a.param_order,b.type,b.key;


    • Article last edited: 12/10/2014
    View article in the Exlibris Knowledge Center
    1. Back to top
      • How to Enable IIIF When Using a Proxy?
      • How to Export Sets of IEs?
    • Was this article helpful?

    Recommended articles

    1. Article type
      Topic
      Content Type
      Knowledge Article
      Language
      English
      Product
      Rosetta
    2. Tags
      1. contype:kba
      2. Prod:Rosetta
      3. Type:General
    1. © Copyright 2025 Ex Libris Knowledge Center
    2. Powered by CXone Expert ®
    • Term of Use
    • Privacy Policy
    • Contact Us
    2025 Ex Libris. All rights reserved