Feature request #12111
dbManager: Export more formats, not just shape
Status: | Closed | ||
---|---|---|---|
Priority: | Normal | ||
Assignee: | - | ||
Category: | DB Manager | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 20305 |
Description
Exporting attribute table from PostGIS layers to CSV does not work with a layer containing several thousand record and/or column named "ID".
One suitable option for solving this would be to allow for more export formats than just shape in DbManager.
Furthermore, shape-format is limited in possible amount of data (2GB) and length of column names so that in addition to CSV, something SQLite-ish would be useful for export (or a generic GDAL solution).
For discussion see:
http://lists.osgeo.org/pipermail/qgis-developer/2015-January/036554.html
Associated revisions
[DBManager] allow to export table data to supported ogr file formats other than shapefile (fix #12111)
History
#1 Updated by Giuseppe Sucameli about 9 years ago
- Status changed from Open to Closed
Fixed in changeset 99211262f35f7c293d00bcd80a315f1917bad0b0.