Opened 15 years ago
Closed 15 years ago
#710 closed enhancement (fixed)
v.db.select: allow output to a file
Reported by: | mlennert | Owned by: | martinl |
---|---|---|---|
Priority: | normal | Milestone: | 6.5.0 |
Component: | Vector | Version: | svn-trunk |
Keywords: | v.db.select file | Cc: | grass-dev@… |
CPU: | Unspecified | Platform: | Unspecified |
Description
A file= parameter in v.db.select (and optionally db.select) would be nice to allow direct export of table to csv from the GUI, without having to go through the ogr trick. Currently you can use v.db.select with redirection at the command line, but not in the GUI.
Moritz
Attachments (2)
Change History (9)
by , 15 years ago
Attachment: | output_file.diff.gz added |
---|
comment:1 by , 15 years ago
Replying to mlennert:
A file= parameter in v.db.select (and optionally db.select) would be nice to allow direct export of table to csv from the GUI, without having to go through the ogr trick. Currently you can use v.db.select with redirection at the command line, but not in the GUI.
Actually not that difficult (inspired from r.stats): diff against svn-develbranch6 attached.
Moritz
follow-up: 5 comment:2 by , 15 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
Slightly changed patch applied in trunk, r38606. I have changed "output" to "file". If reasonable I will backport it to devbr6.
Martin
follow-up: 4 comment:3 by , 15 years ago
Version: | unspecified → svn-trunk |
---|
Works nicely. Please backport.
comment:4 by , 15 years ago
follow-up: 6 comment:5 by , 15 years ago
comment:6 by , 15 years ago
Replying to mlennert:
Replying to martinl:
Slightly changed patch applied in trunk, r38606. I have changed "output" to "file". If reasonable I will backport it to devbr6.
Thanks a lot. Should this also be implemented in db.select ?
Done in r38876 (and backported to devbr6 in r38877). Can we close the ticket now?
Martin
comment:7 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
patch to implement requested feature