Question

How to copy FME format attributes

  • 7 November 2018
  • 2 replies
  • 2 views

Badge

I am using FME Workbench 2018.1.0.1 in Windows 10. I am inputting a kmz file. The only parameter I am reading from it is PLACEMARK because I see no reason to read the others. I need to copy format attributes kml_name and kml_description to NAME and CAPACITY, respectively. I don't see in the AttributeCopier transformer where I can do this. Its Import Wizard does not seem to be made to do this


2 replies

Userlevel 1
Badge +10

If you have exposed the format attributes you can just use an attribute creator to create your new NAME and CAPACITY attributes and choose the kml_name and kml_description for the value

 

Userlevel 4
Badge +25

If you haven't exposed the attributes yet, then do it like this:

 

Reply