I utilize the custom transformer ListElementExtractor version 1. I have a strong need to make the destination attributes into a dynamic list. it is currently capable of using a space delimited text value (no spaces allowed in the attribute name).
I would like to be able to read the list fme_attribute_info{}.field_name and create the new destination attributes for the incoming data.
I currently use a concatenator LF to build a single attribute from all field names and then an element counter to verify which block version it is reading in order to manually build each list of tags separately.
I wish that it would take an attribute or even just use the field_name list as the destination attributes.to allow me to populate attributes names and values with one transformer.



