{ "name": "ExcelToTable", "displayName": "Excel To Table", "description": "Geoprocessing tool that converts Microsoft Excel files into a table.", "category": "", "helpUrl": "https://drws.gov.ls/server/rest/directories/arcgisoutput/ExcelToTableTest_GPServer/ExcelToTableTest/ExcelToTable.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Input_Excel_File", "dataType": "GPDataFile", "displayName": "Input Excel File", "description": "The Microsoft Excel file to convert.", "direction": "esriGPParameterDirectionInput", "filter": { "type": "file", "list": [ "xls", "xlsx" ] }, "defaultValue": null, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Output_Table", "dataType": "GPRecordSet", "displayName": "Output Table", "description": "The output table.", "direction": "esriGPParameterDirectionOutput", "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Sheet", "dataType": "GPString", "displayName": "Sheet", "description": "The name of the particular sheet within the Excel file to import. If unspecified, the first sheet in the workbook will be used.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Project List", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Instructions", "CC List", "GIS Data", "Project List", "Costs", "District Budgets", "Funding", "Benchmarks", "Dbase", "HP Dbase" ] }, { "name": "esri_out_feature_service_name", "dataType": "GPString", "displayName": "Output Feature Service Name", "description": "The name of the optional feature service to create on the federated server containing the result of this tool. If no name is specified an output feature service will not be created.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }