Commit 7c6c57be authored by Klaus Wölfel's avatar Klaus Wölfel

Add example config with wendelin output and none parser plugin

parent ca345cac
...@@ -10,17 +10,24 @@ TODO: Write short description here and build.gradle file. ...@@ -10,17 +10,24 @@ TODO: Write short description here and build.gradle file.
## Configuration ## Configuration
- **option1**: description (integer, required) - **option1**: path_prefix (string, required)
- **option2**: description (string, default: `"myvalue"`)
- **option3**: description (string, default: `null`)
## Example ## Example
```yaml ```yaml
exec:
min_output_tasks: 1
in: in:
type: filename type: filename
option1: example1 path_prefix: /mic/syscomtestuser/syscom/syscom007-17010002/background/2017/03
option2: example2 parser:
type: none
out:
type: wendelin
tag: my_tag
streamtool_uri: https://my_instance.host.vifib.net:/erp5/portal_ingestion_policies/my_ingestion_policy
user: my_user
password: my_password
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment