<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Arial, Helvetica, serif, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);"><div>Hello,</div><div data-zbluepencil-ignore="true" id=""><div><br></div></div><div>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. <br><br>the command i am using for conversion is as below</div><div><br></div><p class="p1"><span class="s1">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"</span><br></p><style>p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 10.0px Monaco; color: #f2f2f2; background-color: #000000; background-color: rgba(0, 0, 0, 0.85)}
span.s1 {font-variant-ligatures: no-common-ligatures}<br></style><div><br></div><div>Thanks in advance.<br>Any clarification regarding this issue will be helpful to us.</div></div><br></body></html>