We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3592c9d commit b47fcb6Copy full SHA for b47fcb6
resources/examples/Fixes/greater_than
@@ -0,0 +1 @@
1
+https://metafacture.org/playground/?flux=inputFile%0A%7Copen-file%0A%7Cas-records%0A%7Cdecode-json%0A%7Cfix%28transformationFile%29%0A%7Cencode-yaml%0A%7Cprint%0A%3B&transformation=if+greater_than%28%22number_of_animals%22%2C%22100%22%29%0A++add_field%28%22is_zoo%22%2C%22true%22%29%0Aelse%0A++add_field%28%22is_zoo%22%2C%22false%22%29%0Aend&data=%7B%0A++%22number_of_animals%22%3A+%22400%22%0A%7D%0A%7B%0A++%22number_of_animals%22%3A+%2210%22%0A%7D%0A%7B%0A++%22number_of_animals%22%3A+%223%22%0A%7D
0 commit comments