This tab allows you to select output modes and tune options. There are four output modes:
- Save all documents to disk files, one per file*.
- Write output to the standard stream. It is most suitable for console mode and redirection by '>'.
- Call external user defined executable for each generated file.
- Make some REST API call.
* - "Single File" mode saves all created documents to single output file sequentially.
The most important output options are:
A number of JSON files to be generated option is applicable to all output modes.
| Mode | Options |
| Save Files |
- Should the software produce JSON (by default) or BSON files
- Output folder*. There is location where the program will create documents
- File prefix. The program will add this string before each file name. $DATE$ and $TIME$ macros allowed
|
| Write to Standard Output |
No options |
| External Executable |
Command line for external executable call |
| REST call |
- Domain or IP address where the server is located
- Port number
- Path for service call
- POST or PUT call method
|
* - it is recommended to set up this parameter for all modes. The program will use this folder as a temporary.
