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

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

CreateID
========

This processor simply adds an incremental identifier to each processed
data item. By default, this identifier is stored as feature `@id`, but
can be used with any other name as well.

The following example creates a processor adding IDs with name `@uid`:

     
     
IDs are numbered starting from 0, but can also start at arbitrary
integer values:

     




© 2015 - 2024 Weber Informatics LLC | Privacy Policy