Hisoka-X commented on code in PR #8397:
URL: https://github.com/apache/seatunnel/pull/8397#discussion_r1899237003


##########
docs/en/connector-v2/sink/FtpFile.md:
##########
@@ -63,6 +63,7 @@ By default, we use 2PC commit to ensure `exactly-once`
 | xml_use_attr_format                   | boolean | no       | -               
                           | Only used when file_format is xml.                 
                                                               |
 | parquet_avro_write_timestamp_as_int96 | boolean | no       | false           
                           | Only used when file_format is parquet.             
                                                               |
 | parquet_avro_write_fixed_as_int96     | array   | no       | -               
                           | Only used when file_format is parquet.             
                                                               |
+| enable_header_write                   | boolean | no       | false           
                           | Only used when file_format_type is text,csv.<br/> 
false:don't write header,true:write header.     |

Review Comment:
   ```suggestion
   | enable_header_write                   | boolean | no       | false         
                             | Only used when file_format_type is 
text,csv.<br/> `false`: don't write header, `true`: write header.     |
   ```



-- 
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