Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

If I have a table that has some spatial fields in it (i.e. a list of points geometries), is there anyway using ISQL to do something like

SELECT * from address_table ; OUTPUT TO c:\testit\address_table.sh FORMAT SHAPEFILE ;

I know it's real easy to LOAD in spatial data but what are the options for creating a shapefile in the way out? Is this something better done with ESRI API tools etc?

Thanks!

asked 09 Jan '18, 13:12

Codecranker's gravatar image

Codecranker
506283238
accept rate: 20%

edited 10 Jan '18, 04:29

Volker%20Barth's gravatar image

Volker Barth
40.2k362550822

Do you need the output to be a shapefile, or would other spatial data file formats do, as well? ESRI shapefiles seem to be the only data format not supported to export to.

(10 Jan '18, 03:58) Volker Barth
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×28
×24

question asked: 09 Jan '18, 13:12

question was seen: 1,069 times

last updated: 10 Jan '18, 04:29