Skip to content

Commit

Permalink
Merge pull request #152 from metafacture/addAdditionalExamples
Browse files Browse the repository at this point in the history
Add additional examples
  • Loading branch information
katauber authored Nov 24, 2023
2 parents f4d9766 + a604c11 commit 2cef392
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/examples/Flux_Commands/decode-html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://metafacture.org/playground/?flux=%22https%3A//schema.org/%22%0A%7C+open-http%0A%7C+decode-html%28attrValsAsSubfields%3D%22%26p.class%26a.class%26div.class%26span.class%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%22html.head.title.value%22%2C%22title%22%29%0Acopy_field%28%22html.head.meta.%2A.description%22%2C%22description%22%29%0Aretain%28%22title%22%2C%22description%22%29
https://metafacture.org/playground/?flux=%22https%3A//github.com/metafacture%22%0A%7C+open-http%0A%7C+decode-html%28attrValsAsSubfields%3D%22%26p.class%26a.class%26div.class%26span.class%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%22html.head.title.value%22%2C%22title%22%29%0Acopy_field%28%22html.head.meta.%2A.description%22%2C%22description%22%29%0Aretain%28%22title%22%2C%22description%22%29
1 change: 1 addition & 0 deletions resources/examples/Flux_Commands/encode-json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://metafacture.org/playground/?flux=%22https%3A//d-nb.info/1106253078/about/marcxml%22%0A%7C+open-http%28accept%3D%22application/xml%22%29%0A%7C+decode-xml%0A%7C+handle-marcxml%0A%7C+encode-json%28prettyPrinting%3D%22true%22%29%0A%7C+print%0A%3B
1 change: 1 addition & 0 deletions resources/examples/Flux_Commands/encode-yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://metafacture.org/playground/?flux=%22https%3A//d-nb.info/1106253078/about/marcxml%22%0A%7C+open-http%28accept%3D%22application/xml%22%29%0A%7C+decode-xml%0A%7C+handle-marcxml%0A%7C+encode-yaml%0A%7C+print%0A%3B
1 change: 1 addition & 0 deletions resources/examples/Flux_Commands/lines-to-records
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://metafacture.org/playground/?flux=%22https%3A//raw.githubusercontent.com/metafacture/metafacture-core/master/metafacture-runner/src/main/dist/examples/morph/pica-to-marcxml/nonNormalized.pica%22%0A%7C+open-http%0A%7C+as-lines%0A%7C+lines-to-records%0A%7C+decode-pica%28normalizedSerialization%3D%22false%22%2C+ignoreMissingIdn%3D%22true%22%29%0A%7C+encode-pica%0A%7C+print%0A%3B

0 comments on commit 2cef392

Please sign in to comment.