zhilinli123 commented on code in PR #5386:
URL: https://github.com/apache/seatunnel/pull/5386#discussion_r1320952423


##########
docs/en/connector-v2/source/SftpFile.md:
##########
@@ -210,50 +147,82 @@ schema {
         gender = string 
     }
 }
-
 ```
 
 connector will generate data as the following:
-
 |     name      | age | gender |
 |---------------|-----|--------|
 | tyrantlucifer | 26  | male   |
 
-### common options
-
-Source plugin common parameters, please refer to [Source Common 
Options](common-options.md) for details.
-
-### sheet_name [string]
+### schema [config]
 
-Reader the sheet of the workbook,Only used when file_format_type is excel.
+#### fields [Config]
 
-### file_filter_pattern [string]
+The schema of upstream data.
 
-Filter pattern, which used for filtering files.
+## How to Create a Sftp Data Synchronization Jobs
 
-## Example
+The following example demonstrates how to create a data synchronization job 
that reads data from sftp and prints it on the local client:
 
-```hocon
+```bash
+# Set the basic configuration of the task to be performed
+env {
+  execution.parallelism = 1
+  job.mode = "BATCH"
+}

Review Comment:
   Add a sample title?
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to