TaoZex commented on code in PR #3900: URL: https://github.com/apache/incubator-seatunnel/pull/3900#discussion_r1064408209
########## docs/en/connector-v2/source/SftpFile.md: ########## @@ -29,21 +29,22 @@ If you use SeaTunnel Engine, It automatically integrated the hadoop jar when you ## Options -| name | type | required | default value | -|-----------------------------|---------|----------|---------------------| -| host | string | yes | - | -| port | int | yes | - | -| user | string | yes | - | -| password | string | yes | - | -| path | string | yes | - | -| type | string | yes | - | -| delimiter | string | no | \001 | -| parse_partition_from_path | boolean | no | true | -| date_format | string | no | yyyy-MM-dd | -| datetime_format | string | no | yyyy-MM-dd HH:mm:ss | -| time_format | string | no | HH:mm:ss | -| schema | config | no | - | -| common-options | | no | - | +| name | type | required | default value | +|---------------------------|---------|----------|---------------------| +| host | string | yes | - | +| port | int | yes | - | +| user | string | yes | - | +| password | string | yes | - | +| path | string | yes | - | +| type | string | yes | - | +| delimiter | string | no | \001 | +| parse_partition_from_path | boolean | no | true | +| date_format | string | no | yyyy-MM-dd | +| skip_header_row_number | long | no | 1 | Review Comment: Same as above. ########## docs/en/connector-v2/source/LocalFile.md: ########## @@ -34,17 +34,18 @@ Read all the data in a split in a pollNext call. What splits are read will be sa ## Options -| name | type | required | default value | -|----------------------------|-----------|----------|---------------------| -| path | string | yes | - | -| type | string | yes | - | -| delimiter | string | no | \001 | -| parse_partition_from_path | boolean | no | true | -| date_format | string | no | yyyy-MM-dd | -| datetime_format | string | no | yyyy-MM-dd HH:mm:ss | -| time_format | string | no | HH:mm:ss | -| schema | config | no | - | -| common-options | | no | - | +| name | type | required | default value | +|---------------------------|---------|----------|---------------------| +| path | string | yes | - | +| type | string | yes | - | +| delimiter | string | no | \001 | +| parse_partition_from_path | boolean | no | true | +| date_format | string | no | yyyy-MM-dd | +| datetime_format | string | no | yyyy-MM-dd HH:mm:ss | +| time_format | string | no | HH:mm:ss | +| skip_header_row_number | long | no | 1 | Review Comment: Same as above. ########## docs/en/connector-v2/source/FtpFile.md: ########## @@ -29,21 +29,22 @@ If you use SeaTunnel Engine, It automatically integrated the hadoop jar when you ## Options -| name | type | required | default value | -|----------------------------|---------|----------|---------------------| -| host | string | yes | - | -| port | int | yes | - | -| user | string | yes | - | -| password | string | yes | - | -| path | string | yes | - | -| type | string | yes | - | -| delimiter | string | no | \001 | -| parse_partition_from_path | boolean | no | true | -| date_format | string | no | yyyy-MM-dd | -| datetime_format | string | no | yyyy-MM-dd HH:mm:ss | -| time_format | string | no | HH:mm:ss | -| schema | config | no | - | -| common-options | | no | - | +| name | type | required | default value | +|---------------------------|---------|----------|---------------------| +| host | string | yes | - | +| port | int | yes | - | +| user | string | yes | - | +| password | string | yes | - | +| path | string | yes | - | +| type | string | yes | - | +| delimiter | string | no | \001 | +| parse_partition_from_path | boolean | no | true | +| date_format | string | no | yyyy-MM-dd | +| datetime_format | string | no | yyyy-MM-dd HH:mm:ss | +| time_format | string | no | HH:mm:ss | +| skip_header_row_number | long | no | 1 | Review Comment: ```suggestion | skip_header_row_number | long | no | 0 | ``` ########## docs/en/connector-v2/source/OssFile.md: ########## @@ -47,6 +47,7 @@ Read all the data in a split in a pollNext call. What splits are read will be sa | endpoint | string | yes | - | | delimiter | string | no | \001 | | parse_partition_from_path | boolean | no | true | +| skip_header_row_number | long | no | 1 | Review Comment: Same as above. -- 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]
