-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Plugin-1730] Adding XLS UI elements for gcs file source #1368
base: develop
Are you sure you want to change the base?
Conversation
**Select Sheet Using:** Select the sheet by name or number. Default is 'Sheet Number'. | ||
|
||
**Sheet Value:** The name/number of the sheet to read from. If not specified, the first sheet will be read. | ||
Sheet Number are 0 based, ie first sheet is 0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nit] Change "Sheet Number" to plural "Sheet Numbers"
@Macro | ||
@Nullable | ||
@Description("The name/number of the sheet to read from. If not specified, the first sheet will be read." + | ||
"Sheet Number are 0 based, ie first sheet is 0.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nit] Change "Sheet Number" to plural "Sheet Numbers"
**Override:** A list of columns with the corresponding data types for whom the automatic data type detection gets | ||
skipped. | ||
|
||
**Terminate If Empty Row:** Specify whether to stop reading after encountering the first empty row. Defaults to false. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the inputs only available in xls, mention that the inputs are only applicable for xls.
**Override:** A list of columns with the corresponding data types for whom the automatic data type detection gets | ||
skipped. | ||
|
||
**Terminate If Empty Row:** Specify whether to stop reading after encountering the first empty row. Defaults to false. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For Terminate If Empty Row, mention when reading terminates if the value is false (I assume it terminates at the end of the sheet, but good to specify).
|
||
**Sheet Value:** The name/number of the sheet to read from. If not specified, the first sheet will be read. | ||
Sheet Number are 0 based, ie first sheet is 0. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add "Get Schema" as well.
Adding XLS UI elements for gcs source
Jira : Plugin-1730
Description
This PR adds UI element required for XLS Support in
GCS Source
.Ref : XLS Support PR cdapio/hydrator-plugins#1835
Added Fields
A filter is used to show XLS specific values
Terminate If Empty Row
,Select Sheet Using
,Sheet Value
only when formatXLS
is selected.Preview