I want to perform the following using Shopify liquid language:
"1.322" -> "1.3220000"
"1.3334" -> "1.3334000"
"1.2" -> "1.2000000"
"1.4444592" -> "1.4444592"
I want exactly 7 digits after the decimal along with trailing zeros. All fields are strings.