[Net 2000 Ltd. Home][DataBee Home][DataBee Manual][DataBee FAQ]
DataBee
Set Extractor Command Line Arguments
The DataBee Set Extractor application can be
used in a "batch" mode to automate the extraction of data from a source
schema.
Automated extraction is controlled by providing the appropriate command line options when the
application starts.
Only two options are required to automate the entire extract process - they are:
- <Extraction Set Filename>
- The name of the Extraction Set to load and extract. This must be a full path
including the drive and directory information. The DataBee Set Extractor will not
use "default" directories in command line mode.
- -X
- The signal to perform the extract, detach and exit operation.
If the Extraction Set filename is specified and the -X option is omitted
then the DataBee Set Extractor application will simply load the extraction set
and return to manual operating mode.
If the Extraction Set filename contains spaces remember to enclose it in quotes
when placing it on the command line otherwise the Windows operating system will present it to the
Set Extractor application as multiple command line options.
Examples
- Load an Extraction Set file only
- SetExtractor.exe "C:\Program Files\DataBee\DataBee Extraction Sets\sample2.set"
- Load, Extract, Detach and Exit
- SetExtractor.exe -X "C:\Program Files\DataBee\DataBee Extraction Sets\sample2.set"
[Net 2000 Ltd. Home][DataBee Home][DataBee Manual][DataBee FAQ]