Update ftpwriter.md

This commit is contained in:
duyong6380
2020-05-13 17:55:16 +08:00
committed by GitHub
parent 3b3fa878db
commit b8428efe3c
+9
View File
@@ -63,6 +63,7 @@ FtpWriter实现了从DataX协议转为FTP文件功能,FTP文件本身是无结
"nullFormat": "null",
"dateFormat": "yyyy-MM-dd",
"fileFormat": "csv",
"suffix": ".csv",
"header": []
}
}
@@ -201,6 +202,14 @@ FtpWriter实现了从DataX协议转为FTP文件功能,FTP文件本身是无结
* 默认值:text <br />
* **suffix**
* 描述:最后输出文件的后缀,当前支持 ".text"以及".csv"
* 必选:否 <br />
* 默认值:"" <br />
* **header**
* 描述:txt写出时的表头,示例['id', 'name', 'age']。<br />