Skip to content

Commit a6aabf6

Browse files
committed
change word Paramters -> Parameters
1 parent 0ed84ae commit a6aabf6

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

README-EN.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Build:
290290

291291
> Property Name: DbTable, using the DbTableSource plugin as a data source
292292
293-
DbTableSource.Paramters accepts the following three parameters:
293+
DbTableSource.Parameters accepts the following three parameters:
294294

295295
| Parameter Name | Description |
296296
| :--------- | --------:|
@@ -312,7 +312,7 @@ DbTableSource.Paramters accepts the following three parameters:
312312
| IncludeTables | Include table name s |
313313
| IgnoreTables | Ignore table name s |
314314
| NamingConverter | Named Converter |
315-
| Paramters | Custom Build Parameters |
315+
| Parameters | Custom Build Parameters |
316316

317317
#### NamingConverter Name Conversion
318318

@@ -327,9 +327,9 @@ DbTableSource.Paramters accepts the following three parameters:
327327
| Attribute | Description |
328328
| :--------- | --------:|
329329
| Type | Default |
330-
| Paramters.IgnorePrefix | Ignore prefix characters |
331-
| Paramters.Delimiter | Separator |
332-
| Paramters.UppercaseSplit | Using uppercase separation, default: true |
330+
| Parameters.IgnorePrefix | Ignore prefix characters |
331+
| Parameters.Delimiter | Separator |
332+
| Parameters.UppercaseSplit | Using uppercase separation, default: true |
333333

334334
### How to contribute a template
335335

@@ -348,26 +348,26 @@ DbTableSource.Paramters accepts the following three parameters:
348348
Author: Ahoo Wang
349349
DataSource:
350350
Name: Extract
351-
Paramters:
351+
Parameters:
352352
DbProvider: SqlServer
353353
ConnectionString: Data Source=.;Initial Catalog=SmartSqlDB;Integrated Security=True
354354
Query: SELECT [Id],[UserName],[Pwd],[Status],[LastLoginTime],[CreationTime],[Deleted] FROM [T_User] Where Id>@LastMaxId And CreationTime>@LastQueryTime
355355
PKColumn: Id
356356

357-
Paramters:
357+
Parameters:
358358
ETLCode: SmartCode.ETL.Test
359359
ETLRepository: PG
360360

361361
Build:
362362

363363
Transform:
364364
Type: Transform
365-
Paramters:
365+
Parameters:
366366
Script: Load2PostgreSql.cshtml
367367

368368
Load2PostgreSql:
369369
Type: Load
370-
Paramters:
370+
Parameters:
371371
DbProvider: PostgreSql
372372
ConnectionString: Server=localhost;Port=5432;User Id=postgres;Password=SmartSql; Database=smartsql_db;
373373
Table: t_user

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ Build:
290290

291291
> 属性 Name:DbTable,使用 DbTableSource 插件作为数据源
292292
293-
DbTableSource.Paramters 接受以下三个参数:
293+
DbTableSource.Parameters 接受以下三个参数:
294294

295295
| 参数名 | 说明 |
296296
| :--------- | --------:|
@@ -322,7 +322,7 @@ DbTableSource.Paramters 接受以下三个参数:
322322
| IncludeTables | 包括表名s |
323323
| IgnoreTables | 忽略表名s |
324324
| NamingConverter | 命名转换器 |
325-
| Paramters | 自定义构建参数 |
325+
| Parameters | 自定义构建参数 |
326326

327327
#### NamingConverter 命名转换
328328

@@ -337,9 +337,9 @@ DbTableSource.Paramters 接受以下三个参数:
337337
| 属性 | 说明 |
338338
| :--------- | --------:|
339339
| Type | Default |
340-
| Paramters.IgnorePrefix | 忽略前缀字符 |
341-
| Paramters.Delimiter | 分隔符 |
342-
| Paramters.UppercaseSplit | 使用大写分隔,默认:true |
340+
| Parameters.IgnorePrefix | 忽略前缀字符 |
341+
| Parameters.Delimiter | 分隔符 |
342+
| Parameters.UppercaseSplit | 使用大写分隔,默认:true |
343343

344344
### 如何贡献模板
345345

@@ -358,26 +358,26 @@ DbTableSource.Paramters 接受以下三个参数:
358358
Author: Ahoo Wang
359359
DataSource:
360360
Name: Extract
361-
Paramters:
361+
Parameters:
362362
DbProvider: SqlServer
363363
ConnectionString: Data Source=.;Initial Catalog=SmartSqlDB;Integrated Security=True
364364
Query: SELECT [Id],[UserName],[Pwd],[Status],[LastLoginTime],[CreationTime],[Deleted] FROM [T_User] Where Id>@LastMaxId And CreationTime>@LastQueryTime
365365
PKColumn: Id
366366

367-
Paramters:
367+
Parameters:
368368
ETLCode: SmartCode.ETL.Test
369369
ETLRepository: PG
370370

371371
Build:
372372

373373
Transform:
374374
Type: Transform
375-
Paramters:
375+
Parameters:
376376
Script: Load2PostgreSql.cshtml
377377

378378
Load2PostgreSql:
379379
Type: Load
380-
Paramters:
380+
Parameters:
381381
DbProvider: PostgreSql
382382
ConnectionString: Server=localhost;Port=5432;User Id=postgres;Password=SmartSql; Database=smartsql_db;
383383
Table: t_user

0 commit comments

Comments
 (0)