[gdal-dev] extra column id is present when converted to csv from topojson

2020-06-30 Thread Wuyyuru Ravi Teja Krishna
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 conversio

Re: [gdal-dev] MSSQLSpatial not using BCP to load

2020-06-30 Thread Mateusz Loskot
On Tue, 30 Jun 2020, 15:27 Hector muro, wrote: > Hi Mateusz > > Thanks a lot for that. I can see that in my gdal copy it is commented out. > But I also see all these paths refer to a Windows installation. Does this > mean the BCP support is only available for a Windows installation? > ¯\_(ツ)_/¯

Re: [gdal-dev] MSSQLSpatial not using BCP to load

2020-06-30 Thread Hector muro
Hi Mateusz Thanks a lot for that. I can see that in my gdal copy it is commented out. But I also see all these paths refer to a Windows installation. Does this mean the BCP support is only available for a Windows installation? Regards Hector On Tue, 30 Jun 2020 at 13:42, Mateusz Loskot wrote:

Re: [gdal-dev] MSSQLSpatial not using BCP to load

2020-06-30 Thread Mateusz Loskot
On Mon, 29 Jun 2020 at 15:53, Hector muro wrote: > > As a part of a project I need to load quite big geojsons into SQL Server and > I am using ogr2ogr to do so. > > Here is an example command I am using: > > ogr2ogr -f MSSQLSpatial > "MSSQL:server=xxx;database=xxx;UID=xxx;PWD=xxx;DRIVER={ODBC Dr

[gdal-dev] Has ogr2ogr support for BCP Bulk Load on Unix?

2020-06-30 Thread Hector muro
Hi, I've seen that there is support for BCP bulk load support since gdal 2.1.0, but from other posts in this list and all mentions in the docs, it looks as if this support is only available for Windows, not unix (I hope I am wrong and my problem comes from somewhere else), e.g.: - https://lis