Skip to content

Commit

Permalink
Add example with instructions how to use the Playground. See #114
Browse files Browse the repository at this point in the history
  • Loading branch information
katauber committed Sep 1, 2023
1 parent d9c30ff commit caa8188
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/examples/How_to_use_the_Playground
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit caa8188

Please sign in to comment.