Skip to main content
Question

How to expose dynamically created attributes not known in advance

  • June 4, 2024
  • 2 replies
  • 267 views

aaron
Contributor
Forum|alt.badge.img+12

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.

2 replies

david_r
Celebrity
  • June 4, 2024

aaron
Contributor
Forum|alt.badge.img+12
  • Author
  • Contributor
  • June 4, 2024

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.