{ "name": "ExportData", "displayName": "ExportData", "description": "Exports Data to specified format", "category": "", "helpUrl": "https://gis.energy.gov.ab.ca/arcgis/rest/directories/arcgisoutput/Common/GeoTools_GPServer/Common_GeoTools/ExportData.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Workspace", "dataType": "GPString", "displayName": "Workspace", "description": "Workspace", "direction": "esriGPParameterDirectionInput", "defaultValue": "\\\\c-goa-apm-12553\\USERPREF\\PROD\\Apps\\SDE\\Security\\Connection to eipdb83s.sde", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Input_Features", "dataType": "GPString", "displayName": "Input_Features", "description": "Feature Set to Export", "direction": "esriGPParameterDirectionInput", "defaultValue": [ { "dataSource": "SDEPROVINCIALV18805", "output": "Provincial" } ], "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Area_Of_Interest", "dataType": "GPString", "displayName": "Area_Of_Interest", "description": "Clipping Feature Set", "direction": "esriGPParameterDirectionInput", "defaultValue": "SDEPROVINCIALV18805", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Format", "dataType": "GPString", "displayName": "Format", "description": "Export Format", "direction": "esriGPParameterDirectionInput", "defaultValue": "Shapefile - SHP - .shp", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_ZIP_File", "dataType": "GPString", "displayName": "Output_ZIP_File", "description": "Zip file to be created", "direction": "esriGPParameterDirectionInput", "defaultValue": "C:\\_LOCALdata\\myTest_ExportData.Zip", "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }