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 can be used to select a subset of keys from the current
data item. The result of this will be a data item that has all keys
removed except for those that have been selected by the `keys` parameter.

The `keys` parameter also allows for specifying keys with wildcards `*`
and `?`. In the following example all attributes that start with `user:`
will be selected, but not `user:gender`:

     




© 2015 - 2025 Weber Informatics LLC | Privacy Policy