Hello,


I am using ogr2ogr with java bindings. When iam trying to convert a topojson 
file to a csv file an extra column named "id" is coming in converted csv file 
with null values. How can i convert from topojson to csv without getting such 
extra columns. 

the command i am using for conversion is as below


java -cp :gdal.jar -Djava.library.path=libs/ ogr2ogr "-s_srs" "CRS:84" "-t_srs" 
"CRS:84" "-f" "CSV" filename.csv filename.topojson "-lco" "GEOMETRY=AS_WKT"




Thanks in advance.
Any clarification regarding this issue will be helpful to us.
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to