Hi Community,
I created a custom transformer to connect an Inspector with internally defined color styles.
I got fme_color and fme_fill_color as public Parameters.
Purpose is to define the output colors in my Workspace instead in the Data Inspector, so each time I run the process it'll look similarly.Now I see that all the attributes of my input data is not going through that custom transformer, I need to expose them inside the transformer. But that's kind of senseless to me since I'd like to use that for a variety of data structures, means for each new dataset I need to expose other attributes (different numbers and names of attributes).
Is there a way to create it in an dynamic way like it's possible in FeatureWriters?
Thank you in advance,
Maik.