{ "name": "BusinessLicenceExport", "displayName": "Business Licence Export", "description": "Export script designed to export business licence information to an ASCII, Excel or KMZ file.", "category": "", "helpUrl": "https://geoservices.mapleridge.ca/server/rest/directories/arcgisoutput/BusinessFinder/BusinessLicenceExport_GPServer/BusinessFinder_BusinessLicenceExport/BusinessLicenceExport.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "WhereStatement", "dataType": "GPString", "displayName": "WhereStatement", "description": "Where clause to filter business licence types", "direction": "esriGPParameterDirectionInput", "defaultValue": "BusinessSubCode >= 0", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "ExportFormat", "dataType": "GPString", "displayName": "ExportFormat", "description": "Format Type", "direction": "esriGPParameterDirectionInput", "defaultValue": "ASCII", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "DelimiterType", "dataType": "GPString", "displayName": "DelimiterType", "description": "Delimiter or seperator type", "direction": "esriGPParameterDirectionInput", "defaultValue": "COMMA", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "OutputFile", "dataType": "GPDataFile", "displayName": "OutputFile", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }