Merge pull request #674 from duyong6380/master

为ftp输出文件增加后缀名注释
This commit is contained in:
Trafalgar 2020-08-05 16:56:56 +08:00 committed by GitHub
commit 7c1dca3ee4
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**