-
Notifications
You must be signed in to change notification settings - Fork 6
[Plugin-1730] Adding XLS UI elements for ftp source #48
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
Conversation
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.
Most comments from data-integrations/google-cloud#1368 are also applicable here. Looks good apart from those.
e4ea508
to
742584a
Compare
feaa2f3
to
cae123d
Compare
Changes done as per comments |
widgets/FTPSource-batchsource.json
Outdated
}, | ||
{ | ||
"widget-type": "toggle", | ||
"label": "Terminate If Empty Row", |
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.
this sounds a bit unclear and technical for a toggle label:
some suggestions:
Stop Reading at First Empty Row
Stop on First Empty Row
Terminate Reading After Empty Row
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.
Took reference from this: https://github.com/cdapio/hydrator-plugins/blob/f6363b0d4bf7e753c11f946c3594549f0acc4104/core-plugins/widgets/Excel-batchsource.json#L100
This is how it is there in Excel plugin.
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.
I think we should change at both places then to make it consistent and human readable everywhere.
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 fix unit test build and squash commits
|
Adding XLS UI elements for ftp source
Jira : Plugin-1730
Description
This PR adds UI element required for XLS Support in
FTP 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