egmgbrdb create sample file

The egmgbrdb 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 egmGbrSingleDictDbResource.txt json file in the current directory or at specified folder location.

Usage

egmgbrdb create_sample_file outputpath
Required Argument Description
No outputpath

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 file in the current folder. The second example creates the database resource file in C:\OutputFolder.

egmgbrdb create_sample_file

egmgbrdb create_sample_file C:\outputFolder