Skip to content

Commit

Permalink
Copy http example resource to GitHub repo (#170)
Browse files Browse the repository at this point in the history
Thus we have more control over the data.
  • Loading branch information
dr0i committed Jun 10, 2024
1 parent 42f311d commit e4925ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/examples/Flux_Commands/filter-records-by-path
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://metafacture.org/playground/?flux=%22https%3A//kalliope-verbund.info/sru%3Fversion%3D1.2%26operation%3DsearchRetrieve%26query%3Dead.repository.isil%3DDE-B1575%26recordSchema%3Dmods37%22%0A%7C+open-http%28accept%3D%22application/xml%22%29%0A%7C+decode-xml%0A%7C+handle-generic-xml%0A%7C+filter-records-by-path%28%22recordData.mods%22%29%0A%7C+fix%28transformationFile%29%0A%7C+encode-json%28prettyPrinting%3D%22true%22%29%0A%7C+print%0A%3B&transformation=copy_field%28%22titleInfo.title.value%22%2C%22title%22%29%0Acopy_field%28%22identifier.value%22%2C%22id%22%29%0Aretain%28%22title%22%2C%22id%22%29
https://metafacture.org/playground/?flux=%22https%3A//raw.githubusercontent.com/metafacture/metafacture-playground/main/resources/examplesData/kalliope-verbund_sru_ead.repository.xml.gz%22%0A%7C+open-http%28accept%3D%22application/xml%22,acceptEncoding%3D%22gzip%22%29%0A%7C+decode-xml%0A%7C+handle-generic-xml%0A%7C+filter-records-by-path%28%22recordData.mods%22%29%0A%7C+fix%28transformationFile%29%0A%7C+encode-json%28prettyPrinting%3D%22true%22%29%0A%7C+print%0A%3B&transformation=copy_field%28%22titleInfo.title.value%22%2C%22title%22%29%0Acopy_field%28%22identifier.value%22%2C%22id%22%29%0Aretain%28%22title%22%2C%22id%22%29
Binary file not shown.

0 comments on commit e4925ab

Please sign in to comment.