mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 04:59:51 +08:00
fix
This commit is contained in:
parent
51b1afeeeb
commit
404b6946c7
@ -144,13 +144,13 @@ create table if not exsits datax.sample1(a string, b int64, c date, d timestamp,
|
|||||||
* Default: none
|
* Default: none
|
||||||
* writeMode
|
* writeMode
|
||||||
* Description:The write mode, support `insert` and `replace` two mode.
|
* Description:The write mode, support `insert` and `replace` two mode.
|
||||||
* Required:否
|
* Required:no
|
||||||
* Default:insert
|
* Default:insert
|
||||||
* Example:"replace"
|
* Example:"replace"
|
||||||
* onConflictColumn
|
* onConflictColumn
|
||||||
* Description:On conflict fields list.
|
* Description:On conflict fields list.
|
||||||
* Required:否
|
* Required:no
|
||||||
* Default:无
|
* Default:none
|
||||||
* Example:["id","user"]
|
* Example:["id","user"]
|
||||||
|
|
||||||
### 3.3 Type Convert
|
### 3.3 Type Convert
|
||||||
|
Loading…
Reference in New Issue
Block a user