Question

convert xml to csv

  • 18 May 2016
  • 1 reply
  • 40 views

Specifically, I would like to know how to abstract the lat/long coordinates from AIXM 5.1 and convert them into a readable csv file....(for aviation purposes)....can this be done? Thank you

,

Specifically, I would like to learn how to acquire the lat/lon coordinates and turn them into a readable csv file....can this be done? Thanks.


1 reply

FME reads AIXM (it has a specific AIXM reader) so you should probably use that. Then you can extract the coordinates of features with the CoordinateExtractor transformer. From there you need to add a CSV writer, add some field definitions to it, and map your extracted coordinates to them.

Sounds like you might be a relatively new FME user. Please do feel free to make use of our support team (safe.com/support) or use the chat option on that page to talk to someone directly.

Reply