Name

adams.flow.transformer.DeleteVariable


Synopsis

Removes a variable by name or the variables that match the regular expression. Each time a token passes through, the deletion process occurs.
The transformer just forwards tokens that it receives after the deletion process.


Additional information

Flow input/output:
- input: adams.flow.core.Unknown
- output: adams.flow.core.Unknown


Options