From 9f9e98232f9a32f5861fd693939a77a3faa61174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20B=C3=BClte?= Date: Mon, 3 Feb 2025 18:04:45 +0100 Subject: [PATCH] Add a suggestion for the workflow RPB-225 --- conf/fetchAndTransformHebisRecord.flux | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conf/fetchAndTransformHebisRecord.flux b/conf/fetchAndTransformHebisRecord.flux index f09443f..8e53704 100644 --- a/conf/fetchAndTransformHebisRecord.flux +++ b/conf/fetchAndTransformHebisRecord.flux @@ -11,6 +11,11 @@ IDS FLUX_DIR + "hebisSruLinks.txt" | open-file | as-lines + + +// the hebis workflow could start with the following and enter the the hebisId in strapi you start a workflow with the hebisId as parameter. +//hebisId +//| template("http://sru.hebis.de/sru/DB=2.1?query=pica.ppn+%3D+%22${o}%22&version=1.1&operation=searchRetrieve&stylesheet=http%3A%2F%2Fsru.hebis.de%2Fsru%2F%3Fxsl%3DsearchRetrieveResponse&recordSchema=marc21&maximumRecords=10&startRecord=1&recordPacking=xml&sortKeys=LST_Y%2Cpica%2C0%2C%2C") | open-http(accept="application/xml") | decode-xml | handle-marcxml