#1328: v.in.ogr: bogus table connection created when input Shapefile has spaces in
it's name
----------------------+-----------------------------------------------------
Reporter: msieczka | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 6.4.1
Component: Vector | Version: svn-releasebranch64
Keywords: | Platform: All
Cpu: All |
----------------------+-----------------------------------------------------
Comment(by hamish):
see #809.
the dbln file field sep in grass7 has been changed to '|' from space.
#1328: v.in.ogr: bogus table connection created when input Shapefile has spaces in
it's name
----------------------+-----------------------------------------------------
Reporter: msieczka | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 6.4.4
Component: Vector | Version: svn-releasebranch64
Keywords: | Platform: All
Cpu: All |
----------------------+-----------------------------------------------------
Comment(by mmetz):
Replying to [comment:2 neteler]:
> Replying to [comment:1 hamish]:
> > see #809.
> >
> > the dbln file field sep in grass7 has been changed to '|' from space.
>
> Since we cannot change the dbln format in GRASS 6, this looks like
"wontfix".
Fixed in 6.5 r52755 by replacing whitespace with underscore in the GRASS
layer name. Works for me with shapefiles with whitespace in the name.
Backport to 6.4?
#1328: v.in.ogr: bogus table connection created when input Shapefile has spaces in
it's name
----------------------+-----------------------------------------------------
Reporter: msieczka | Owner: grass-dev@…
Type: defect | Status: new
Priority: major | Milestone: 6.4.4
Component: Vector | Version: svn-releasebranch64
Keywords: | Platform: All
Cpu: All |
----------------------+-----------------------------------------------------
Comment(by mmetz):
Replying to [comment:3 mmetz]:
> Replying to [comment:2 neteler]:
> > Replying to [comment:1 hamish]:
> > > see #809.
> > >
> > > the dbln file field sep in grass7 has been changed to '|' from
space.
> >
> > Since we cannot change the dbln format in GRASS 6, this looks like
"wontfix".
>
> Fixed in 6.5 r52755 by replacing whitespace with underscore in the GRASS
layer name. Works for me with shapefiles with whitespace in the name.
Backport to 6.4?
Whitespace support in OGR dsn and OGR layer names has been backported to
6.4 in r52765.