Merge pull request #1183 from PeineLiang/update-doc

Update json syntax error
This commit is contained in:
Trafalgar 2021-10-09 10:36:02 +08:00 committed by GitHub
commit 2d2f3e22b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ DRDS的插件目前DataX只适配了Mysql引擎的场景DRDS对于DataX而言
// 数据库连接密码
"password": "root",
"column": [
"id""name"
"id","name"
],
"connection": [
{

View File

@ -48,7 +48,7 @@ PostgresqlReader插件实现了从PostgreSQL读取数据。在底层实现上
// 数据库连接密码
"password": "xx",
"column": [
"id""name"
"id","name"
],
//切分主键
"splitPk": "id",