When the JSON- or XMLFragmenter is processing large documents stored as an attribute, the source attribute is cloned onto each output feature (fragment), which can lead to memory and performance issues when there are many resulting fragments.
It would be very useful if these transformers had an option to remove the source attribute from the output features (fragments).
A very similar option already exists in the GeometryReplacer.

