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