mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 03:20:21 +08:00
Update ftpwriter.md
This commit is contained in:
parent
3b3fa878db
commit
b8428efe3c
@ -63,6 +63,7 @@ FtpWriter实现了从DataX协议转为FTP文件功能,FTP文件本身是无结
|
||||
"nullFormat": "null",
|
||||
"dateFormat": "yyyy-MM-dd",
|
||||
"fileFormat": "csv",
|
||||
"suffix": ".csv",
|
||||
"header": []
|
||||
}
|
||||
}
|
||||
@ -200,6 +201,14 @@ FtpWriter实现了从DataX协议转为FTP文件功能,FTP文件本身是无结
|
||||
* 必选:否 <br />
|
||||
|
||||
* 默认值:text <br />
|
||||
|
||||
* **suffix**
|
||||
|
||||
* 描述:最后输出文件的后缀,当前支持 ".text"以及".csv"
|
||||
|
||||
* 必选:否 <br />
|
||||
|
||||
* 默认值:"" <br />
|
||||
|
||||
* **header**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user