Description
Is your feature request related to a problem? Please describe.
I needed to export all CapacityCategories into a JSON file, where I required also the technicalName
field. However this field was introduced in a later event version, and the value was derived by a transformation. Since the majority of the CapacityCategory events was published as an earlier version of the event, I couldn't get to the required information. Later I manually (by hand, matching the UUIDs) applied the transformation to derive the technicalName
.
Describe the solution you'd like
If there would be a switch to transform the resulted events to their latest event version.
Describe alternatives you've considered
I can use the "Query by Fact-ID" feature to transform the events one-by-one. But it is almost the same amount manual work.