So, what would be the easiest way to do this. Lets say we have generated 2 separate, but parallel Lists like this (say from ListExpressionPopulator):
- Colours{}
- Precincts{}
And it is desired to combine these into a single list with the original list names as instead the component names like this:
- Report{}Colours
- Report{}Precincts
As far as I can tell, this can't be done with either ListRenamer or AttributeRenamer, and the closest got to is using BulkAttributeRenamer.