File: importzipdbf7.testcase

package info (click to toggle)
spatialite 5.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 71,752 kB
  • sloc: ansic: 570,747; sh: 11,225; makefile: 8,369; yacc: 1,972; xml: 717
file content (7 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
ImportZipDBF - existing shapefile
:memory: #use in-memory database
SELECT ImportZipDBF('./elba.zip', 'elba-pg.dbf', 'zipdbftable', 'UTF-8');
1 # rows (not including the header row)
1 # columns
ImportZipDBF('./elba.zip', 'elba-pg.dbf', 'zipdbftable', 'UTF-8')
10