redteaxixi commented on issue #5470:
URL: https://github.com/apache/seatunnel/issues/5470#issuecomment-1716848133
@laglangyue
Please take a look at the conf and let me know if anything should be
changed, thanks.
env {
job.mode = "BATCH"
}
source {
LocalFile {
path =
"/mei/seatunnel/seatunnel-2.3.3/apache-seatunnel-2.3.3/test_seatunnel.xlsx"
file_format_type = "excel"
schema {
fields {
KCode = string
Title = string
Author = string
Version = string
SecurityLevel = string
}
}
}
}
sink {
Jdbc {
url =
"jdbc:mysql://172.70.10.231:3306/mei_etl?rewriteBatchedStatements=true&serverTimezone=GMT%2B8"
driver = "com.mysql.cj.jdbc.Driver"
user = "root"
password = "123456"
database = "mei_etl"
table = "test_excel"
generate_sink_sql=true
}
}
--
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]