DummyDataCron

Configuration file

sample_dummy_data.properties or directly in the field "Configuration file".

Class name

com.ebd.hub.datawizard.util.DummyDataCron

Description


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_dummy_data.properties
#
#Sample config file for DummyData
#Number of lines to be output
#
nrrecords=2


In the current example the output would be:


H;1;DummyData
H;2;DummyData