adams.flow.transformer.SampleDataDbWriter
Writes sample data to the database if possible and passes the ID of the saved report on.
Flow input/output:
- input: adams.data.sampledata.SampleData, adams.data.spectrum.Spectrum
- output: java.lang.String
The logging level for outputting errors and debugging output.
| command-line | -logging-level <OFF|SEVERE|WARNING|INFO|CONFIG|FINE|FINER|FINEST> | 
| default | WARNING | 
| min-user-mode | Expert | 
The name of the actor.
| command-line | -name <java.lang.String> | 
| default | SampleDataDbWriter | 
The annotations to attach to this actor.
| command-line | -annotation <adams.core.base.BaseAnnotation> | 
| default |  | 
If set to true, transformation is skipped and the input token is just forwarded as it is.
| command-line | -skip <boolean> | 
| default | false | 
If set to true, the flow execution at this level gets stopped in case this actor encounters an error; the error gets propagated; useful for critical actors.
| command-line | -stop-flow-on-error <boolean> | 
| default | false | 
| min-user-mode | Expert | 
If enabled, then no errors are output in the console; Note: the enclosing actor handler must have this enabled as well.
| command-line | -silent <boolean> | 
| default | false | 
| min-user-mode | Expert | 
If true then existing reports will be removed first completely from the database before the current one is saved.
| command-line | -remove <boolean> | 
| default | false | 
If true then the information in the current report is only added to the existing one (but 'Dummy report' is always set to 'false').
| command-line | -merge <boolean> | 
| default | false | 
The fields to overwrite with the new data when in 'merge' mode.
| command-line | -overwrite <adams.data.report.Field> [-overwrite ...] | 
| default |  | 
If true then reports don't have to be associated with a data container (= 'standalone').
| command-line | -standalone-reports <boolean> | 
| default | false | 
The pre-processor to apply to the data.
| command-line | -pre-processor <adams.flow.transformer.report.AbstractReportPreProcessor> | 
| default | adams.flow.transformer.report.NoPreProcessing |