Name

adams.flow.transformer.ReportToStorage


Synopsis

Stores all report fields that match the provided regular expression in internal storage. An optional prefix can be used to avoid name clashes.
Boolean and numeric values are stored natively (Boolean, Double), all other types are stored as String.


Additional information

Flow input/output:
- input: adams.data.report.Report, adams.data.report.ReportHandler
- output: adams.data.report.Report, adams.data.report.ReportHandler


Options