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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]