You can automate data generation using the command line.
datagenerator.com /generatedata [/switch1[:value | [parameter1:value parameter2:value ..]] /switch2 ..]
Select corresponding command line switches to perform the required operations:
Argument | Action and Usage |
---|---|
//connection | This switch is used to specify a connection string. The command line looks like: **/connection: |
/errormode | This switch is used to specify the application behavior when an error is encountered. To ignore all errors during the data population, specify: ignore. To cancel the data population if any error occurs, specify: abort. The command line looks like: /errormode:<ignore| abort> |
/password | This switch is used to specify a password. It overrides the password specified in the connection string. The command line looks like: /password:<pw> |
/projectfile | This switch is used to specify data generation template to use. Some project options can be overridden by switches. The command line looks like: /projectfile:<path> |