Skip to content

Commit

Permalink
Add a suggestion for the workflow RPB-225
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasNx committed Feb 3, 2025
1 parent c366a29 commit 9f9e982
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions conf/fetchAndTransformHebisRecord.flux
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f9e982

Please sign in to comment.