You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by GitBox <gi...@apache.org> on 2022/04/13 04:09:37 UTC

[GitHub] [incubator-seatunnel] zhongjiajie commented on a diff in pull request #1666: [hotfix][doc] Add escape description of split

zhongjiajie commented on code in PR #1666:
URL: https://github.com/apache/incubator-seatunnel/pull/1666#discussion_r849054083


##########
docs/en/transform/split.mdx:
##########
@@ -35,6 +35,7 @@ This transform both supported by engine Spark and Flink.
 ### separator [string]
 
 Separator, the input string is separated according to the separator. The default separator is a space `(" ")` .
+Note: If you use some special characters in the separator, you need to escape it. e.g. "\\|"

Review Comment:
   FYI, we using [docusaurus](https://docusaurus.io/) to reduce our docs, and it supports admonitions for a better show https://docusaurus.io/docs/markdown-features/admonitions



-- 
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-unsubscribe@seatunnel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org