The MassDataGenerator is a simple tool to generate a custom amount of data on the basis of an input file. An input file with any desired data is reading and put as often specified in the output file. The output can be customized with pattern. There is a pattern for random UUIDs, a numberic sequenz and the current date.
| Short Option | Long Option | Mandatory | Has Arguments | Description |
|---|---|---|---|---|
| -c | --count | Yes | Yes | The amount of generatet data |
| -d | --dateFormat | No | Yes | A custom date format |
| -h | --help | No | No | Show the help |
| -i | --input | Yes | Yes | The input file |
| -o | --output | Yes | Yes | The output file |
| Pattern | Description |
|---|---|
| #UUID# | A random UUID |
| #SEQ# | A consecutive number (starting with 1) |
| #DATE# | The current date (YYYY-MM-d h:m:s.S) |