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.
Page 1 / 1
Have a look at this article:
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.