Update ftpwriter.md

This commit is contained in:
duyong6380 2020-05-13 17:55:16 +08:00 committed by GitHub
parent 3b3fa878db
commit b8428efe3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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**