Skip to main content

I am creating some attributes dynamically, which are then present but unexposed. I will not know the names of these attributes in advance. How do I expose them so I can do some downstream processing with the attribute values? I can’t use the AttributeExposer since I don’t know the attribute names in advance.

Have a look at this article:

https://support.safe.com/hc/en-us/articles/25407537293069-Dynamic-Workflows-Destination-Schema-is-Derived-from-a-Schema-Feature


I need to expose the dynamically created, unexposed attributes before I write out the final results so I can process the data contained in them. Maybe I’m missing something but it seems this only allows me to write out data using the dynamically created attributes.


Reply