Files
aiData/DataX/json/t_company_info_value.json
HuangHai 3a6c19e850 'commit'
2026-02-06 07:27:23 +08:00

77 lines
1.3 KiB
JSON

{
"job": {
"content": [
{
"reader": {
"name": "mysqlreader",
"parameter": {
"column": [
"id",
"info_value",
"type_id",
"create_time",
"update_time",
"remark",
"renzheng_flag"
],
"connection": [
{
"jdbcUrl": [
"${src_jdbc}"
],
"table": [
"t_company_info_value"
]
}
],
"username": "${src_user}",
"password": "${src_pwd}",
"where": ""
}
},
"writer": {
"name": "doriswriter",
"parameter": {
"loadUrl": [
"${dest_load_url}"
],
"column": [
"id",
"info_value",
"type_id",
"create_time",
"update_time",
"remark",
"renzheng_flag"
],
"username": "${dest_user}",
"password": "${dest_pwd}",
"postSql": [],
"preSql": [
"TRUNCATE TABLE t_company_info_value"
],
"flushInterval": 30000,
"connection": [
{
"jdbcUrl": "${dest_jdbc}",
"selectedDatabase": "yltcharge",
"table": [
"t_company_info_value"
]
}
],
"loadProps": {
"format": "json",
"strip_outer_array": true
}
}
}
}
],
"setting": {
"speed": {
"channel": "1"
}
}
}
}