mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 00:40:25 +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
|
||||
* writeMode
|
||||
* Description:The write mode, support `insert` and `replace` two mode.
|
||||
* Required:否
|
||||
* Required:no
|
||||
* Default:insert
|
||||
* Example:"replace"
|
||||
* onConflictColumn
|
||||
* Description:On conflict fields list.
|
||||
* Required:否
|
||||
* Default:无
|
||||
* Required:no
|
||||
* Default:none
|
||||
* Example:["id","user"]
|
||||
|
||||
### 3.3 Type Convert
|
||||
|
Loading…
Reference in New Issue
Block a user