All Downloads are FREE. Search and download functionalities are using the official Maven repository.

stream.data.SelectKeys.md Maven / Gradle / Ivy

There is a newer version: 0.9.10
Show newest version
SelectKeys
==========

This processor works as an opposite processor to *RemoveKeys*: it allows for
specifying the keys that are to be selected from a processed item. All other
keys will be removed from the item.

As an example, the following definition creates a processor that removes all
attributes but `x1` and `x2`:

      <SelectKeys keys="x1,x2" />




© 2015 - 2024 Weber Informatics LLC | Privacy Policy