Skip to content

Commit 409ef53

Browse files
committed
Update label to "Terminate Reading After Empty Row"
1 parent dced165 commit 409ef53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/FTPSource-batchsource.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The default value is 1000. This is only used when the format is 'xls'.
4242
**Override:** A list of columns with the corresponding data types for whom the automatic data type detection gets
4343
skipped. This is only used when the format is 'xls'.
4444

45-
**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'.
45+
**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'.
4646

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

widgets/FTPSource-batchsource.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@
188188
},
189189
{
190190
"widget-type": "toggle",
191-
"label": "Terminate If Empty Row",
191+
"label": "Terminate Reading After Empty Row",
192192
"name": "terminateIfEmptyRow",
193193
"widget-attributes": {
194194
"default": "false",

0 commit comments

Comments
 (0)