Hi,
My Data Source is in a remote server. Connection mode is REST API.
In Data Ingest Feed creation flow,
1. I have to populate list of Tables in a drop-down control. User will select a table.
2. After selecting Table, I have to display all column names (of source table) with a Checkbox control. So that, user can select or deselect any columns from the list.
3. Then feed should be created to transfer data only for selected columns.
Please suggest how to do this?
Thank you,
Uma