annihilationism commented on issue #9939:
URL: https://github.com/apache/seatunnel/issues/9939#issuecomment-3404134419

   > It looks like there might be a typo in your configuration. You have used 
`plugin_output: "channel_read"`, but it should be `plugin_output = 
"channel_read"`.
   
   source {
     LocalFile {
       path = "/Users/jackyang/Documents/data/channel_data.csv"
       file_format_type = "csv"
       field_delimiter = ","
       csv_use_header_line = true
       plugin_output =  "channel_read"
       schema {
         fields {
           // 此除省略
         }
       }
     }
   }  还是返回 "ErrorCode:[API-06], ErrorDescription:[Factory initialize failed] - 
Unable to create a source for identifier 'LocalFile'." 异常,


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

Reply via email to