diff --git a/resources/examples/Fixes/html_to_text b/resources/examples/Fixes/html_to_text new file mode 100644 index 0000000..3106445 --- /dev/null +++ b/resources/examples/Fixes/html_to_text @@ -0,0 +1 @@ +https://metafacture.org/playground/?flux=inputFile%0A%7C+open-file%0A%7C+as-records%0A%7C+decode-json%0A%7C+fix%28transformationFile%29%0A%7C+encode-json%28prettyPrinting%3D%22true%22%29%0A%7C+print%0A%3B%0A&transformation=html_to_text%28%22description%22%29&data=%7B%0A++++%22description%22+%3A+%22%3Cp%3ELorem+%3Cb%3Eipsum%3C\/b%3E+dolor+sit+amet%3C\/p%3E%22%0A%7D \ No newline at end of file diff --git a/resources/examples/Fixes/normalize_utf8 b/resources/examples/Fixes/normalize_utf8 new file mode 100644 index 0000000..ac2eefd --- /dev/null +++ b/resources/examples/Fixes/normalize_utf8 @@ -0,0 +1 @@ +https://metafacture.org/playground/?flux=inputFile%0A%7C+open-file%0A%7C+as-records%0A%7C+decode-json%0A%7C+fix%28transformationFile%29%0A%7C+encode-json%28prettyPrinting%3D%22true%22%29%0A%7C+print%0A%3B%0A&transformation=%23+The+umlauts+in+the+example+input+string+are+composed+of+two+characters+%28u+and+%22%2C+e.g.%29+%0A%23+normalize_utf8+combines+them+in+a+single+character%0Anormalize_utf8%28%22title%22%29&data=%7B%0A++++%22title%22+%3A+%22Bauer%2C+Sigmund%3A+U%CC%88ber+den+Einflu%C3%9F+der+Ackergera%CC%88the+auf+den+Reinertrag.%22%0A%7D \ No newline at end of file diff --git a/resources/examples/Flux_Commands/open-sru b/resources/examples/Flux_Commands/open-sru new file mode 100644 index 0000000..324070f --- /dev/null +++ b/resources/examples/Flux_Commands/open-sru @@ -0,0 +1 @@ +https://metafacture.org/playground/?flux=%22https%3A//eu04.alma.exlibrisgroup.com/view/sru/49HBZ_NETWORK%22%0A%7C+open-sru%28query%3D%22alma.all_for_ui%3Dzamonien%22%2C+version%3D%221.1%22%2C+maximumRecords%3D%22100%22%2C+userAgent%3D%22hbz/Metafacture-Playground%22%29%0A%7C+as-records%0A%7C+print%0A%3B