Hisoka-X commented on code in PR #8109: URL: https://github.com/apache/seatunnel/pull/8109#discussion_r1855683335
########## docs/en/connector-v2/source/SftpFile.md: ########## @@ -94,6 +94,7 @@ The File does not have a specific type list, and we can indicate which SeaTunnel | compress_codec | String | No | None | The compress codec of files and the details that supported as the following shown: <br/> - txt: `lzo` `None` <br/> - json: `lzo` `None` <br/> - csv: `lzo` `None` <br/> - orc: `lzo` `snappy` `lz4` `zlib` `None` <br/> - parquet: `lzo` `snappy` `lz4` `gzip` `brotli` `zstd` `None` <br/> Tips: excel type does Not support any compression format | | archive_compress_codec | string | no | none | | encoding | string | no | UTF-8 | +| null_format | string | no | - | Only used when file_format_type is text. null_format to define which strings can be represented as null. | Review Comment: provide an example? E.g. `\N` -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org