[Doc][Improve] support chinese [docs/zh/connector-v2/sink/FtpFile.md] #8497#8661
Closed
duzhendi wants to merge 7 commits intoapache:devfrom
duzhendi:dev
Closed
[Doc][Improve] support chinese [docs/zh/connector-v2/sink/FtpFile.md] #8497#8661duzhendi wants to merge 7 commits intoapache:devfrom duzhendi:dev
duzhendi wants to merge 7 commits intoapache:devfrom
duzhendi:dev
Conversation
davidzollo
reviewed
Feb 13, 2025
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 | | ||
|
|
Contributor
There was a problem hiding this comment.
Good job.
Please translate the word yes or no into Chinese 是 or 否 in this table.
liunaijie
requested changes
Feb 14, 2025
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. | |
Member
There was a problem hiding this comment.
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 | |
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. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.