Skip to content

Latest commit

 

History

History
72 lines (49 loc) · 4.57 KB

processings.md

File metadata and controls

72 lines (49 loc) · 4.57 KB

List & informations about available processings

BETTER_ITEM suite

Based on a list for ITEM, search and check that found records using id2ppn Abes webservice (or Sudoc SRU service) correctly match Koha records.

This suite compute a specific column to show if the Sudoc already has items on for a record for the given RCR.

BETTER_ITEM

This processing mostly searches using the ISBN found in the input file.

It launches up to 5 different actions for the same record :

  • If there's a valid ISBN, queries Abes isbn2ppn with a cleaned up ISBN
  • Converts the ISBN in 10<->13 and, if the new ISBN is valid, queries again Abes isbn2ppn with this new ISBN
  • Converts the ISBN in 10<->13 keeping the original control key, and queries again Abes isbn2ppn with this new ISBN (this time, without checking for the ISBN validity)
  • Queries Sudoc SRU using the ISBN on its specific index
  • Queries Sudoc SRU using only the title (on the title index)

BETTER_ITEM_DVD

This processing only searches based on data from the origin database record retrieved by FCR.

It launches up to 6 different actions for the same record :

  • Queries Abes ean2ppn
  • Queries Sudoc SRU on audiovisual records using title, authors, the publisher & publication dates on their specific index if they were all found in the record
  • Queries Sudoc SRU on audiovisual records using title, authors & publication dates on their specific index if they were all found in the record
  • Queries Sudoc SRU on audiovisual records using title, authors, the publisher & publication dates on the any index if they were all found in the record
  • Queries Sudoc SRU on audiovisual records using title, authors & the publisher on the any index if they were all found in the record
  • Queries Sudoc SRU on audiovisual records using title on its specific index

BETTER_ITEM_NO_ISBN

This processing only searches based on data from the origin database record retrieved by FCR.

It launches up to 6 different actions for the same record :

  • Queries Abes ean2ppn
  • Queries Sudoc SRU on printed books using title, authors, the publisher & publication dates on their specific index if they were all found in the record
  • Queries Sudoc SRU on printed books using title, authors & publication dates on their specific index if they were all found in the record
  • Queries Sudoc SRU on printed books using title, authors, the publisher & publication dates on the any index if they were all found in the record
  • Queries Sudoc SRU on printed books using title, authors & the publisher on the any index if they were all found in the record
  • Queries Sudoc SRU on printed books using title on its specific index

BETTER_ITEM_MAPS

This processing only searches based on data from the origin database record retrieved by FCR.

It launches up to 6 different actions for the same record :

  • Queries Abes ean2ppn
  • Queries Sudoc SRU on maps using title, authors, the publisher & publication dates on their specific index if they were all found in the record
  • Queries Sudoc SRU on maps using title, authors & publication dates on their specific index if they were all found in the record
  • Queries Sudoc SRU on maps using title, authors, the publisher & publication dates on the any index if they were all found in the record
  • Queries Sudoc SRU on maps using title, authors & the publisher on the any index if they were all found in the record
  • Queries Sudoc SRU on maps using title on its specific index

MARC_FILE_IN_KOHA_SRU

This processing only searches based on data from the input file record.

It launches up to 7 different actions for the same record :

  • Queries Koha SRU using ISBN on its specific index if the ISBN was found in the original record
  • Queries Koha SRU using title, authors, the publisher & publication dates on their specific index if they were all found in the record
  • Queries Koha SRU using title, authors & publication dates on their specific index if they were all found in the record
  • Queries Koha SRU using title, authors, the publisher & publication dates on the any index if they were all found in the record
  • Queries Koha SRU using title, authors & publication dates on the any index if they were all found in the record
  • Queries Koha SRU using title, the publisher & publication dates on the any index if they were all found in the record
  • Queries Koha SRU using title on its specific index