-
Notifications
You must be signed in to change notification settings - Fork 310
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[update][docs] Update json layout for new version requirements
- Loading branch information
Showing
7 changed files
with
105 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,66 +1,61 @@ | ||
{ | ||
"job": { | ||
"setting": { | ||
"speed": { | ||
"channel": 1, | ||
"bytes": -1 | ||
} | ||
}, | ||
"content": [ | ||
"job": { | ||
"setting": { | ||
"speed": { | ||
"channel": 1, | ||
"bytes": -1 | ||
} | ||
}, | ||
"content": { | ||
"reader": { | ||
"name": "streamreader", | ||
"parameter": { | ||
"column": [ | ||
{ | ||
"value": "Addax", | ||
"type": "string" | ||
}, | ||
{ | ||
"value": 19880808, | ||
"type": "long" | ||
}, | ||
{ | ||
"value": "1988-08-08 08:08:08", | ||
"type": "date" | ||
}, | ||
{ | ||
"value": true, | ||
"type": "bool" | ||
}, | ||
{ | ||
"reader": { | ||
"name": "streamreader", | ||
"parameter": { | ||
"column" : [ | ||
{ | ||
"value": "Addax", | ||
"type": "string" | ||
}, | ||
{ | ||
"value": 19880808, | ||
"type": "long" | ||
}, | ||
{ | ||
"value": "1988-08-08 08:08:08", | ||
"type": "date" | ||
}, | ||
{ | ||
"value": true, | ||
"type": "bool" | ||
}, | ||
{ | ||
"value": "test", | ||
"type": "bytes" | ||
} | ||
], | ||
"sliceRecordCount": 1000 | ||
} | ||
}, | ||
"writer": { | ||
"name": "accesswriter", | ||
"parameter": { | ||
"username": "wgzhao", | ||
"password": "", | ||
"column": [ | ||
"name", | ||
"file_size", | ||
"file_date", | ||
"file_open", | ||
"memo" | ||
], | ||
"ddl":"create table tbl_test(name varchar(20), file_size int, file_date date, file_open boolean, memo blob);", | ||
"connection": [ | ||
{ | ||
"jdbcUrl": "jdbc:ucanaccess:////Users/wgzhao/Downloads/AccessThemeDemo.mdb", | ||
"table": [ | ||
"tbl_test" | ||
] | ||
} | ||
] | ||
} | ||
} | ||
"value": "test", | ||
"type": "bytes" | ||
} | ||
] | ||
], | ||
"sliceRecordCount": 1000 | ||
} | ||
}, | ||
"writer": { | ||
"name": "accesswriter", | ||
"parameter": { | ||
"username": "wgzhao", | ||
"password": "", | ||
"column": [ | ||
"name", | ||
"file_size", | ||
"file_date", | ||
"file_open", | ||
"memo" | ||
], | ||
"ddl": "create table tbl_test(name varchar(20), file_size int, file_date date, file_open boolean, memo blob);", | ||
"connection": { | ||
"jdbcUrl": "jdbc:ucanaccess:////Users/wgzhao/Downloads/AccessThemeDemo.mdb", | ||
"table": [ | ||
"tbl_test" | ||
] | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters