File Driver
This driver offers the ability to generate an OpenNMS requisition directly into the filesystem.
To use the file driver you have to set the parameters in the global.properties:
| Parameter | Required | Description | 
|---|---|---|
| 
 | * | set to  | 
| 
 | * | 
 | 
| 
 | parameter as Java regular expression filter for the requisition name | 
Example configuration for a file based requisition
### File: global.properties
# Generate an requistion and create an requisition file to target
# Create a file for all requisitions matching * (Java regular expression)
loglevel = INFO
driver = file
target = /my/output/folder
requistions = *