Skip to content

Commit

Permalink
Merge pull request alibaba#1183 from PeineLiang/update-doc
Browse files Browse the repository at this point in the history
Update json syntax error
  • Loading branch information
TrafalgarLuo authored Oct 9, 2021
2 parents cbdfaa6 + 65104b7 commit 2d2f3e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drdsreader/doc/drdsreader.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ DRDS的插件目前DataX只适配了Mysql引擎的场景,DRDS对于DataX而言
// 数据库连接密码
"password": "root",
"column": [
"id""name"
"id","name"
],
"connection": [
{
Expand Down
2 changes: 1 addition & 1 deletion postgresqlreader/doc/postgresqlreader.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ PostgresqlReader插件实现了从PostgreSQL读取数据。在底层实现上,
// 数据库连接密码
"password": "xx",
"column": [
"id""name"
"id","name"
],
//切分主键
"splitPk": "id",
Expand Down

0 comments on commit 2d2f3e2

Please sign in to comment.