Configure patterns for auto-detection of input files in the local base directory. Resolving input files is only provided for files in the base directory not for any external resources.
| name | data type | description |
|---|---|---|
| gtfs | Pattern | Patterns for matching GTFS zip-files or directories. If the filename contains the
given pattern it is considered a match. Any legal Java Regular expression is allowed.
This parameter is optional.
Default: |
| netex | Pattern | Patterns for matching NeTEx zip files or directories. If the filename contains the
given pattern it is considered a match. Any legal Java Regular expression is allowed.
This parameter is optional.
Default: |
| osm | Pattern | Pattern for matching Open Street Map input files. If the filename contains the
given pattern it is considered a match. Any legal Java Regular expression is allowed.
This parameter is optional.
Default: |
| dem | Pattern | Pattern for matching elevation DEM files. If the filename contains the
given pattern it is considered a match. Any legal Java Regular expression is allowed.
This parameter is optional.
Default: |
Example
{
"gtfs" : { },
"netex" : { },
"osm" : { },
"dem" : { }
}