I have .csv file with name, lat and long attributes, (+ bunch of others). Problem is, that gml writer doesnt write any <gn:geometry><gml:Point> tags. What am I missing? Some transformer?
Im new to this, so bear with me, please... Thank you.
I have .csv file with name, lat and long attributes, (+ bunch of others). Problem is, that gml writer doesnt write any <gn:geometry><gml:Point> tags. What am I missing? Some transformer?
Im new to this, so bear with me, please... Thank you.
did you convert your lat/long values to FME geometries before writing? If not, try inserting a 2DPointReplacer before the writer.
David