In addition to the defaults “name” and “type”, I would like to add a third, custom member named “data_owner” at the start of a GeoJSON file I am creating using the GeoJSON Writer (see example below). Is there an easy way to do this - I can’t find anything in the writer parameters - or do I need to use the JSONTemplater or another transformer? (FME 2023.2.0.0)
{
"name": "gis_assets",
"type": "FeatureCollection",
"data_owner": "CompanyName",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Point",
etc.






