From caa8188bd896bb8e5f69277754a5c2e910b395ad Mon Sep 17 00:00:00 2001 From: katauber Date: Fri, 1 Sep 2023 14:58:52 +0200 Subject: [PATCH] Add example with instructions how to use the Playground. See #114 --- resources/examples/How_to_use_the_Playground | 1 + 1 file changed, 1 insertion(+) create mode 100644 resources/examples/How_to_use_the_Playground diff --git a/resources/examples/How_to_use_the_Playground b/resources/examples/How_to_use_the_Playground new file mode 100644 index 0000000..aa17d7c --- /dev/null +++ b/resources/examples/How_to_use_the_Playground @@ -0,0 +1 @@ +https://test.metafacture.org/playground/?flux=inputFile+//This+is+an+variable+for+the+input+data.%0A%0A//+These+are+Metafacture+modules.%0A%7C+open-file%0A%7C+as-records%0A%7C+decode-json%0A%7C+fix%28transformationFile%29+//+This+uses+a+variable+to+refrence+the+content+of+the+box+transformationFile%0A%7C+encode-yaml%0A%7C+print%0A%3B&transformation=replace_all%28%22Hello%22%2C%22orld%22%2C%22eirdos%22%29%0Aremove_field%28%22This%5B%5D.3%22%29%0Aremove_field%28%22Please%22%29%0Aadd_field%28%22This%5B%5D.%24append%22%2C%22output%22%29%0Aadd_field%28%22Great%22%2C%22Success%21%22%29%0A&data=%7B%0A++++%22Hello%22%3A+%22World%22%2C%0A++++%22This%22%3A+%5B%22is%22%2C+%22an%22%2C%22input%22%2C%22example%22%5D%2C%0A++++%22Please%22%3A+%22Paste+your+input+data+here%2C+if+needed%22%0A%7D \ No newline at end of file