You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/FTPSource-batchsource.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ The default value is 1000. This is only used when the format is 'xls'.
42
42
**Override:** A list of columns with the corresponding data types for whom the automatic data type detection gets
43
43
skipped. This is only used when the format is 'xls'.
44
44
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'.
46
46
47
47
**Select Sheet Using:** Select the sheet by name or number. Default is 'Sheet Number'. This is only used when the format is 'xls'.
0 commit comments