Hello.
I have a question regarding implementing custom transformers.
Is building a transformer upon MCEs considered legacy nowadays?
The LegacyMCETransformer and the DatasetTransformer indicates this.
If so, is there a recommended way to implement a transformer that
needs multiple aspects for a given entity to perform its job?
Perhaps staying with directly implementing the Transformer interface?