Skip to content

Commit

Permalink
change word Paramters -> Parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahoo-Wang committed Apr 16, 2019
1 parent 0ed84ae commit a6aabf6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
18 changes: 9 additions & 9 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Build:
> Property Name: DbTable, using the DbTableSource plugin as a data source
DbTableSource.Paramters accepts the following three parameters:
DbTableSource.Parameters accepts the following three parameters:
| Parameter Name | Description |
| :--------- | --------:|
Expand All @@ -312,7 +312,7 @@ DbTableSource.Paramters accepts the following three parameters:
| IncludeTables | Include table name s |
| IgnoreTables | Ignore table name s |
| NamingConverter | Named Converter |
| Paramters | Custom Build Parameters |
| Parameters | Custom Build Parameters |
#### NamingConverter Name Conversion
Expand All @@ -327,9 +327,9 @@ DbTableSource.Paramters accepts the following three parameters:
| Attribute | Description |
| :--------- | --------:|
| Type | Default |
| Paramters.IgnorePrefix | Ignore prefix characters |
| Paramters.Delimiter | Separator |
| Paramters.UppercaseSplit | Using uppercase separation, default: true |
| Parameters.IgnorePrefix | Ignore prefix characters |
| Parameters.Delimiter | Separator |
| Parameters.UppercaseSplit | Using uppercase separation, default: true |
### How to contribute a template
Expand All @@ -348,26 +348,26 @@ DbTableSource.Paramters accepts the following three parameters:
Author: Ahoo Wang
DataSource:
Name: Extract
Paramters:
Parameters:
DbProvider: SqlServer
ConnectionString: Data Source=.;Initial Catalog=SmartSqlDB;Integrated Security=True
Query: SELECT [Id],[UserName],[Pwd],[Status],[LastLoginTime],[CreationTime],[Deleted] FROM [T_User] Where Id>@LastMaxId And CreationTime>@LastQueryTime
PKColumn: Id
Paramters:
Parameters:
ETLCode: SmartCode.ETL.Test
ETLRepository: PG
Build:
Transform:
Type: Transform
Paramters:
Parameters:
Script: Load2PostgreSql.cshtml
Load2PostgreSql:
Type: Load
Paramters:
Parameters:
DbProvider: PostgreSql
ConnectionString: Server=localhost;Port=5432;User Id=postgres;Password=SmartSql; Database=smartsql_db;
Table: t_user
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ Build:
> 属性 Name:DbTable,使用 DbTableSource 插件作为数据源
DbTableSource.Paramters 接受以下三个参数:
DbTableSource.Parameters 接受以下三个参数:
| 参数名 | 说明 |
| :--------- | --------:|
Expand Down Expand Up @@ -322,7 +322,7 @@ DbTableSource.Paramters 接受以下三个参数:
| IncludeTables | 包括表名s |
| IgnoreTables | 忽略表名s |
| NamingConverter | 命名转换器 |
| Paramters | 自定义构建参数 |
| Parameters | 自定义构建参数 |
#### NamingConverter 命名转换
Expand All @@ -337,9 +337,9 @@ DbTableSource.Paramters 接受以下三个参数:
| 属性 | 说明 |
| :--------- | --------:|
| Type | Default |
| Paramters.IgnorePrefix | 忽略前缀字符 |
| Paramters.Delimiter | 分隔符 |
| Paramters.UppercaseSplit | 使用大写分隔,默认:true |
| Parameters.IgnorePrefix | 忽略前缀字符 |
| Parameters.Delimiter | 分隔符 |
| Parameters.UppercaseSplit | 使用大写分隔,默认:true |
### 如何贡献模板
Expand All @@ -358,26 +358,26 @@ DbTableSource.Paramters 接受以下三个参数:
Author: Ahoo Wang
DataSource:
Name: Extract
Paramters:
Parameters:
DbProvider: SqlServer
ConnectionString: Data Source=.;Initial Catalog=SmartSqlDB;Integrated Security=True
Query: SELECT [Id],[UserName],[Pwd],[Status],[LastLoginTime],[CreationTime],[Deleted] FROM [T_User] Where Id>@LastMaxId And CreationTime>@LastQueryTime
PKColumn: Id
Paramters:
Parameters:
ETLCode: SmartCode.ETL.Test
ETLRepository: PG
Build:
Transform:
Type: Transform
Paramters:
Parameters:
Script: Load2PostgreSql.cshtml
Load2PostgreSql:
Type: Load
Paramters:
Parameters:
DbProvider: PostgreSql
ConnectionString: Server=localhost;Port=5432;User Id=postgres;Password=SmartSql; Database=smartsql_db;
Table: t_user
Expand Down

0 comments on commit a6aabf6

Please sign in to comment.