Description
Class name: com.ebd.hub.datawizard.util.DummyDataCron
Configuration: Path to configuration file or directly in the field "Configuration file".
Creates a CSV file in the format H;<Counter>;DummyData. This line will be repeated as often as defined in the configuration file. If no configuration file is set, only a single line will be written.
The only configurable parameter is nrrecords. Instead of defining it in a configuration file, it can also be defined directly in the field "Configuration file", e.g. with String nrrecords=2.
Example
#Sample config file for DummyData
#
#Number of lines to be output
#
nrrecords=2In the current example the output would be:
H;1;DummyData
H;2;DummyData