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:27:15 UTC

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

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


##########
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:
   Thanks for your reminder.



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