Hi all,
I'm using the Generic Reader to read incoming data that can be one of several data formats, including GeoJSON. The problem I'm having is it seems the Generic Reader defaults to Esri JSON for files with a .json extension. This causes the workspace to fail because the GeoJSON data structure coming in is different from what is expected by the Esri JSON reader used by the Generic Reader for .json files. Is there a way I can change the defaults on the Generic Reader or do I have to modify the extension of the incoming file to .geojson?
Thanks
Rob