BulkAttributeExposer: Expose all possible attributes, especially for JSON and XML when you don't know what's in your dataset.
Merged Ideas:
Expose Attributes from Feature Cache by denniswilhelm on October 20, 2019
I think it would be very handy if you could expose attributes from the feature cache. The main idea is that you would run a workspace once to build up your cache and use these features to get a list of possible attributes to be used in the AttributeExposer.
Especially when using a PythonCaller or a HTTPCaller that retrieves an arbitrary JSON structure, this would allow you to easily identify all required attributes.
What do you think?