egmausdb create sample file

The egmausdb create_sample_file command creates sample json file of single and double database resource. These generated files can be used as reference for providing configurations for creation of database resource. This command creates egmAusSingleDictDbResource.txt and egmAusDoubleDictDbResource.txt json files in the current directory or at specified folder location.

Usage

egmausdb create_sample_file outputpath
RequiredArgumentDescription
Nooutputpath

All the sample database resources json file will be created at provided output path else all will be exported to current folder.

Example

The first example creates the sample global database resources json files in the current folder. The second example creates the database resource files in C:\OutputFolder.

egmausdb create_sample_file

egmausdb create_sample_file C:\outputFolder