-
Notifications
You must be signed in to change notification settings - Fork 0
Source
Manu edited this page Apr 8, 2016
·
3 revisions
string
file : Path to csv file
string
delimiter : Value separator
bool
header : Use first line as header
source:
type: csv
filename: file.csv
delimiter: ","
header: true
string
file : Path to json file
source:
type: json
filename: file.json
string
dbtype : mysql, sqlite...
string
dbname
string
host
string
username
string
password
string
charset
string
table
string
query
source:
type: db
dbtype: mysql
dbname: io
host: localhost
username: root
table: test
Powered by Stratis - 2016