Step 1 - Customise Download Script
...
Code Block |
---|
# The following 2 lines will need to be adjusted to suit the cmis environment # 1. Change url = to suit # 2. Proxy address and port may need to be adjusted, use `proxy=None` if no proxy is required url = "https://cmisinsidecmis.wmycouncilmycouncil.gov.uk/CMIS/DesktopModules/IWebCSharp/WebService.asmx?wsdl" proxy = dict(https='proxy2.mycouncil.gov.uk:3128', http='proxy.mycouncil.gov.uk:80') |
...
Task Details
Enter the following:
Name
Enter a Name for the task e.g. Fetch CMIS Councillors.
Program
Browse to the python executable e.g. c:\python27\python.exe
Additional Parameters
Here you need to enter the link to the python script to download the CMIS data e.g.
...
Task Details
Enter the following:
Name
Enter a Name for the task e.g. CMIS Import councillors.csv
Source Data
Select Comma-Delimited Text File
Filename
Enter the path to the generated councillors.csv file e.g. D:\Astun\iShareGIS\5.4\Studio\config\councillors.csv
Output
Select your Data Share database from the list e.g. iShareData
Table
Enter the name of the table that you wish to be created in the Data Share database e.g. councillors
Force Geometry
Tick the Force Geometry box and select NONE from the list.
Show expert mode
Tick the Show expert mode and then enter the following in the Additional Parameters
...
Task Details
Enter the following:
Name
Enter a Name for the task e.g. CMIS - Create councillor_ward
Connection details
Select the Data Share database from the list.
Function
Select at_sys_create_table entry from the list.
...