-
Notifications
You must be signed in to change notification settings - Fork 1.9k
[Doc][Improve] support chinese [docs/zh/connector-v2/sink/FtpFile.md] #8497 #8661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs/zh/connector-v2/sink/FtpFile.md
Outdated
| encoding | string | no | "UTF-8" | Only used when file_format_type is json,text,csv,xml. | | ||
| schema_save_mode | string | no | CREATE_SCHEMA_WHEN_NOT_EXIST | Existing dir processing method | | ||
| data_save_mode | string | no | APPEND_DATA | Existing data processing method | | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job.
Please translate the word yes
or no
into Chinese 是
or 否
in this table.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
good job
docs/zh/connector-v2/sink/FtpFile.md
Outdated
| user | string | 是 | - | | | ||
| password | string | 是 | - | | | ||
| path | string | 是 | - | | | ||
| tmp_path | string | 是 | /tmp/seatunnel | The result file will write to a tmp path first and then use `mv` to submit tmp dir to target dir. Need a FTP dir. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should also translate those word into Chinese.
docs/zh/connector-v2/sink/FtpFile.md
Outdated
| partition_by | array | 否 | - | Only used then have_partition is true | | ||
| partition_dir_expression | string | 否 | "${k0}=${v0}/${k1}=${v1}/.../${kn}=${vn}/" | Only used then have_partition is true | | ||
| is_partition_field_write_in_file | boolean | 否 | 否 | Only used then have_partition is true | | ||
| sink_columns | array | 否 | | When this parameter is empty, all fields are sink columns | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
docs/zh/connector-v2/sink/FtpFile.md
Outdated
| xml_row_tag | string | 否 | RECORD | Only used when file_format is xml. | | ||
| xml_use_attr_format | boolean | 否 | - | Only used when file_format is xml. | | ||
| single_file_mode | boolean | 否 | 否 | Each parallelism will only output one file. When this parameter is turned on, batch_size will not take effect. The output file name does not have a file block suffix. | | ||
| create_empty_file_when_no_data | boolean | 否 | 否 | When there is no data synchronization upstream, the corresponding data files are still generated. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
Purpose of this pull request
Does this PR introduce any user-facing change?
How was this patch tested?
Check list
New License Guide
release-note
.