My configuration in the JSONTemplater looks like this:
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": n
fme:get-attribute("X"),
fme:get-attribute("Y")
]
},
"properties": {
"33064" : fme:get-attribute("33064"),
"33085" : fme:get-attribute("33085"),
"33103" : fme:get-attribute("33103")
}
}
As result I get:
{ "type" : "Feature", "geometry" : { "type" : "Point", "coordinates" : u 7.61438690276304, 47.5603635244644 ] }, "properties" : { "33064" : "", "33085" : 94328460, "33103" : "2. von B Spezmast Nr.55" } }
The number is not set in double quotes which results in error when I use the json string. Any ideas what could be the reason.