{ "name": "ExportDataTool", "displayName": "ExportData", "description": "Extract and export data from feature classes to various formats with area of interest clipping.", "category": "", "helpUrl": "https://gis.energy.gov.ab.ca/arcgis/rest/directories/arcgisoutput/Common/GeoTools_GPServer/Common_GeoTools/ExportDataTool.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "Workspace", "dataType": "GPString", "displayName": "Workspace", "description": "Workspace or geodatabase connection.", "direction": "esriGPParameterDirectionInput", "defaultValue": "\\\\GISAPPS-INT-SVR.int.gov.ab.ca\\USERPREF\\PROD\\Apps\\SDE\\Security\\Connect to gis-db1-energy.sde", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Input_Features", "dataType": "GPString", "displayName": "Input Features (JSON)", "description": "JSON array of feature classes to export with output names.", "direction": "esriGPParameterDirectionInput", "defaultValue": [ { "dataSource": "SDEPROVINCIALV18805", "output": "Provincial" } ], "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Area_Of_Interest", "dataType": "GPString", "displayName": "Area of Interest", "description": "Area of interest feature class for clipping exported data.", "direction": "esriGPParameterDirectionInput", "defaultValue": "SDEPROVINCIALV18805", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Format", "dataType": "GPString", "displayName": "Format Type", "description": "Export format type: File Geodatabase (.gdb), Shapefile (.shp), or AutoCAD DXF (.dxf).", "direction": "esriGPParameterDirectionInput", "defaultValue": "File Geodatabase - GDB - .gdb", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_ZIP_File", "dataType": "GPString", "displayName": "Output ZIP File", "description": "Path to the output ZIP file containing exported data.", "direction": "esriGPParameterDirectionInput", "defaultValue": "C:\\temp\\myTest_ExportData.Zip", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "success", "dataType": "GPBoolean", "displayName": "Success", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }