Howard9414 opened a new issue, #6519: URL: https://github.com/apache/seatunnel/issues/6519
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues. ### What happened 在使用S3File,text文件格式,delimiter使用\u0001,导出数据没有问题,导入读出来的数据没有按分隔符进行分割。 ### SeaTunnel Version 2.3.3 ### SeaTunnel Config ```conf # Defining the runtime environment env { # You can set flink configuration here execution.parallelism = 2 job.mode = "BATCH" checkpoint.interval = 10000 } source{ S3File{ path = "/20230311" fs.s3a.endpoint="http://10.43.100.68:9001" fs.s3a.aws.credentials.provider = "org.apache.hadoop.fs.s3a.SimpleAWSCredentialsProvider" access_key = "##########" secret_key = "#########" bucket = "s3a://datafile" file_format_type = "text" delimiter = "\u0001" } } sink{ Console{} } ``` ### Running Command ```shell ./bin/seatunnel.sh --config batch/console-eco_resource.config -e local ``` ### Error Exception ```log 查看图片 ``` ### Zeta or Flink or Spark Version zeta ### Java or Scala Version java 1.17 ### Screenshots <img width="1255" alt="image" src="https://github.com/apache/seatunnel/assets/36631350/1864537a-5488-4449-a2ec-5bed0ee4115c"> ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- 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]
