{ "name": "GenerateCSV", "displayName": "GenerateCSVMailingList", "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. ", "category": "", "helpUrl": "http://summitmaps.summitoh.net/arcgis/rest/directories/arcgisoutput/GenerateCSV_GPServer/GenerateCSV/GenerateCSV.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Address_Items", "dataType": "GPString", "displayName": "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.", "direction": "esriGPParameterDirectionInput", "defaultValue": "1000 Broadway", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Output_File", "dataType": "GPDataFile", "displayName": "Output File", "description": "Path and file name for the output CSV file.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }