Skip to main content
Question

use listElementCounter to populate destination attributeValue

  • November 21, 2024
  • 1 reply
  • 35 views

gisbradokla
Enthusiast
Forum|alt.badge.img+17

I have a list of Attributees{}.name That contains attributes for each feature. the element count is variable.

I am also using the ListElementExtractor and like how it works but i need from  15-258 attributes to put the list into.is there a way to get the list values out as attributes? or at the very least mmake the list populate (i.e. attr1, attr2, - attr258) in the destination attributes? 

I am reading the schema from a (blank) gdb with coded domains and WAY too many attributes to use AttributeManager. the purpose is to get the attributes with the correct domain and values so a different schema can be fed into this format and output as gdb with domains intact.

1 reply

geomancer
Evangelist
Forum|alt.badge.img+60
  • Evangelist
  • November 22, 2024

Take a look at the ListBreaker from FME Hub.

Note that you need to expose the attributes afterwards.