This is an automated email from the ASF dual-hosted git repository.
fanjia pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new 04f167d08 add csv support in doc (#2295)
04f167d08 is described below
commit 04f167d08430544a4b87744ac127ffec17c0f565
Author: Eric <[email protected]>
AuthorDate: Fri Jul 29 13:21:28 2022 +0800
add csv support in doc (#2295)
---
docs/en/connector-v2/sink/File.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/en/connector-v2/sink/File.mdx
b/docs/en/connector-v2/sink/File.mdx
index fa2cb8d5d..6497ef554 100644
--- a/docs/en/connector-v2/sink/File.mdx
+++ b/docs/en/connector-v2/sink/File.mdx
@@ -48,7 +48,7 @@ Please note that, If `is_enable_transaction` is `true`, we
will auto add `${tran
We supported as the following file types:
-`text` `parquet`
+`text` `csv` `parquet`
Please note that, The final file name will ends with the file_format's suffix,
the suffix of the text file is `txt`.
@@ -145,7 +145,7 @@ Please note that, If `is_enable_transaction` is `true`, we
will auto add `${tran
We supported as the following file types:
-`text` `parquet`
+`text` `csv` `parquet`
Please note that, The final file name will ends with the file_format's suffix,
the suffix of the text file is `txt`.