In the JSONTemplater is there a way to cast an array of strings into an array of intergers?
https://community.safe.com/s/question/0D54Q000080hA0SSAU/how-to-coerce-attribute-type-for-jsontemplater?t=1636407693748 answers the question for regular attributes but this does not work with fme:get-list-attribute.
{"ids": t(fme:get-list-attribute("_list{}.id"))]
}
returns {"ids": /"1","2","3"]}
I would like
{"ids": }1,2,3]}