Skip to main content
Solved

How to convert Shapefile to CSV and extract Postal Code as well as coordinates


Forum|alt.badge.img

How can I convert .shp to .csv and include Postal code as well as lat/long? I am able to make the conversion, but only Postal code is exposed in the .csv

The original shape file has x and y axis and is using EPSG 102015, the .csv would preferably convert to EPSG 4326 and include lat/long

Best answer by zzupljanin

You should use Reprojector (from EPSG 102015 to 4326) to reproject your data to destination coordinate system.

Afterwards use CoordinateExtractor to get coordinates as attributes.

Cheers

View original
Did this help you find an answer to your question?

2 replies

zzupljanin
Contributor
Forum|alt.badge.img+4
  • Contributor
  • Best Answer
  • May 25, 2017

You should use Reprojector (from EPSG 102015 to 4326) to reproject your data to destination coordinate system.

Afterwards use CoordinateExtractor to get coordinates as attributes.

Cheers


Forum|alt.badge.img
  • Author
  • May 25, 2017

Thank you for your help. Can you also point me to some documentation on how to set up the transformers? (Sorry it's only day 2 with the software for me)


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings