Connector
The data connector is an automated application that retrieves a file, determines its delimited format, and converts into an output datatable. It takes the following parameters:
data_url: a URL to the datafile (csv, tsv, psv or other)delimiter: this can be supplied if required, but will be automatically determined if left blankskiprows: the number of rows to skip before the header line in the datafileskipcols: the number of columns to skip before the first data column
To create a data connector model, you can do the following:
- Go to the App Manager, and select
Create Application -> Python Model, namedConnector - Breast Cancer. - Click the
Git Clonebutton on the toolbar, and enter the git url:https://gitlab.com/optika-solutions/apps/xsv-http-connector.git. You can leave the username and password blank, but hit the refresh button next to the branch selector, then select the branchmaster. Clickok. - Go to the Research Grid, and you can enter the url
https://s3-ap-southeast-2.amazonaws.com/akumen-public-bucket/data.csvintodata_url. All other fields can be left blank.

- Execute the scenario, and check the
data_vwview in the Data tab to see the loaded data.
