The data from the Modern.gov RSS feed needs to be reformatted before it can be used by iShare. This is done via a Stored Procedure Task. In the tree, right click on the Update Modern.gov Data Job you have just created and select New Task.
Select the Stored Procedure type and click OK.
Task Details
Enter the following:
Task Name
Enter a Name for the task e.g. Format Modern.gov Councillors
Connection
Select the Data Share database from the list.
Stored Procedure
First select the Astun radio button as this will limit the list of available stored procedures and then select the at_sys_create_table entry from the list.
Parameters
Click on Parameter 1. tablename and enter moderngov_spatial in the Edit parameter 'tablename' box e.g.
Now click on Parameter 2. selectstatement and enter the following select statement in the Edit parameter 'selectstatement' box.
Note
You may need to replace the "boundaryline.county_electoral_division". in the example below, with the name of your table if this is different.
E.g.
Now click the Run button to run the Task to create the moderngov_spatial table.