liquid transformation

  • Testing DotLiquid Maps Locally

    Horay! I have found a way to test before deployment for my liquid maps used in Azure. Thanks to finding this blog post: https://skastberg.com/2019/01/20/test-your-liquid-transformations-without-deployment/ And then this GitHub repos: https://github.com/skastberg/LiquidTransformation An example command is as simple as: “d:\TestingLiquid\LiquidTransform.exe” -t “d:\repos-wk\MyProject\logicapp\artifacts\Maps\This_To_That.liquid” -c “c:\temp\logicapp_input.json” -d “c:\temp\output.json” -u Such a time saver, and even gives great exceptions –…

    Know More