Hi,
I'm parsing text files - I'm using VertexCreator to take lat/lon columns to get a point. I have CoordinateSystemSetter going into it.
I'm passing the VC into an ArcGIS Online Feature Writer for points (geometry is set to arcgisonline_point). I set the writer up with Import Writer Feature Types (as suggested)
This process successfully creates the point in ArcGIS Online, but it always places it at 0,0.
It writes properly if I used a writer to FC on disk and use that FC as input to the online feature service. I'd like to skip the unnecessary? writing to disk if possible.
Is my workflow correct? Is there another step/setting I need with the VC?
thanks