{ "name": "TableToExcel", "displayName": "Table To Excel", "description": "Exports a table, feature class or raster catalog (pretty much any data type with an attribute table) to an excel spreadsheet or csv file.", "category": "", "helpUrl": "https://dpwview.baltimorecity.gov/agsprd/rest/directories/arcgisoutput/ExportCSV_GPServer/ExportCSV/TableToExcel.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "LayerName", "dataType": "GPString", "displayName": "LayerName", "description": "layer name to export", "direction": "esriGPParameterDirectionInput", "defaultValue": "Water Pump Stations", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Format", "dataType": "GPString", "displayName": "Format", "description": "The output file's format. If this parameter is disabled then Python's xlwt module is not installed. See documentation for further details.XLS - the output will be a Microsoft Office Excel file.CSV - the output will be a comma seperated value (.csv) file.", "direction": "esriGPParameterDirectionInput", "defaultValue": "CSV", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "CSV", "XLS" ] }, { "name": "MxdName", "dataType": "GPString", "displayName": "MxdName", "description": "MXD name for this function", "direction": "esriGPParameterDirectionInput", "defaultValue": "Water", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "CSV", "dataType": "GPDataFile", "displayName": "CSV", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }