{ "displayName": "GenerateCSVMailingList", "executionType": "esriExecutionTypeAsynchronous", "name": "GenerateCSV", "description": "ArcGIS for Local Government tool designed to be published as a geoprocessing service consumed by the ArcGIS for Local Government Public Notification application. When used with this application, this tool creates a CSV file of mailing addresses.", "helpUrl": "https://dcgis.dekalbcountyga.gov/mapping/rest/directories/arcgisoutput/GenerateCSV_GPServer/GenerateCSV/GenerateCSV.htm", "category": "", "parameters": [ { "parameterType": "esriGPParameterTypeRequired", "displayName": "Address Items", "defaultValue": "1000 Broadway", "dataType": "GPString", "name": "Address_Items", "description": "List of addresses to appear in the CSV file. This list is generated by the application based on the tax parcels selected in the application.", "category": "", "direction": "esriGPParameterDirectionInput" }, { "parameterType": "esriGPParameterTypeRequired", "displayName": "Output File", "defaultValue": null, "dataType": "GPDataFile", "name": "Output_File", "description": "Path and file name for the output CSV file.", "category": "", "direction": "esriGPParameterDirectionOutput" } ] }