fix ftp reader/writer md doc

This commit is contained in:
Manhua 2024-09-06 09:43:48 +08:00
parent 3614c2633e
commit 59544e6fdd
2 changed files with 0 additions and 2 deletions

View File

@ -300,7 +300,6 @@ boolean captureRawRecord = true;
| DataX 内部类型| 远程FTP文件 数据类型 |
| -------- | ----- |
|
| Long |Long |
| Double |Double|
| String |String|

View File

@ -225,7 +225,6 @@ FTP文件本身不提供数据类型该类型是DataX FtpWriter定义
| DataX 内部类型| FTP文件 数据类型 |
| -------- | ----- |
|
| Long |Long -> 字符串序列化表示|
| Double |Double -> 字符串序列化表示|
| String |String -> 字符串序列化表示|