microsoft/FHIR-Converter

Dotliquid Strict Liquid Syntax

guilhermekf opened this issue · 0 comments

It seems the code is not forcing the strict liquid syntax on dotliquid. Related issue on dotliquid: Issue 474

This is a problem when I am using a JSON converter. I have a JSON with full strings but I want to use it as numbers and the math filters are not converting the values to numbers.

I got the following error:
Failed to convert the input data. Reason: Error happened when rendering templates: Argument is not numeric (Parameter 'left')

I would expect this to be similar with the Ruby Liquid template and for that we need to start using strict syntax on Dotliquid