Skip to content

Commit 29e832a

Browse files
committed
Update label to "Terminate Reading After Empty Row"
1 parent bac85e4 commit 29e832a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/S3-batchsource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The default value is 1000. This is only used when the format is 'xls'.
3030
**Override:** A list of columns with the corresponding data types for whom the automatic data type detection gets
3131
skipped. This is only used when the format is 'xls'.
3232

33-
**Terminate If Empty Row:** Specify whether to stop reading after encountering the first empty row. Defaults to false. When false the reader will read all rows in the sheet. This is only used when the format is 'xls'.
33+
**Terminate Reading After Empty Row:** Specify whether to stop reading after encountering the first empty row. Defaults to false. When false the reader will read all rows in the sheet. This is only used when the format is 'xls'.
3434

3535
**Select Sheet Using:** Select the sheet by name or number. Default is 'Sheet Number'. This is only used when the format is 'xls'.
3636

widgets/S3-batchsource.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
},
209209
{
210210
"widget-type": "toggle",
211-
"label": "Terminate If Empty Row",
211+
"label": "Terminate Reading After Empty Row",
212212
"name": "terminateIfEmptyRow",
213213
"widget-attributes": {
214214
"default": "false",

0 commit comments

Comments
 (0)