Skip to main content

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

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


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)


Reply