-
Notifications
You must be signed in to change notification settings - Fork 0
Destination
ubermanu edited this page Apr 8, 2016
·
1 revision
dest
defines process output, it can be a db or a file
dest:
type: cli
string | filename | Path to json file |
boolean | pretty | Readable output |
boolean | unicode | Convert unicode characters |
dest:
type: json
filename: file.json
pretty: true
string | filename | Path to csv file |
string | delimiter | Value separator |
string | enclosure | Strings enclosure |
boolean | header | Insert header in the first line |
dest:
type: csv
filename: file.csv
header: true
string | dbtype | Database type: mysql, oracle, postgresql, etc... |
string | dbname | Database name |
string | host | Host server IP or DNS |
string | table | Table name |
string | username | |
string | password | |
string | unique | Use update if these item fields match another item(s) |
dest:
type: db
dbname: io
host: 8.8.8.8
table: test
unique: [ uid ]
Powered by Stratis - 2016