I have Here Maps Data in XML format. I want to extract the data to CSV in FME. If I am directly adding XML there are issues in reading the file. Currently I am using an XML Flattener tool built using python. Is there any option in FME to do this?
Page 1 / 1
Can you provide some sample data?
Can you show us what you have already tried?
Find the sample data
Thank you for the sample data.
In this data set all attributes of one object (a 'Place’) are combined in in one text line. It is quite easy to access the data using the XMLFlattener transformer. You will have to process the results further, by exposing and optionally renaming the relevant attributes.
(Note: The rejected features are <Placelist> and </Placelist>, these contain no relevant data in this approach).