{ "name": "Model2", "displayName": "Features_to_Table", "description": "The service is intended to convert JSON collection of features to an excell file for download.", "category": "", "helpUrl": "https://gisweb2.cc.lehigh.edu/gis1/rest/directories/arcgisoutput/advancement/Featureset_to_Excel_GPServer/advancement_Featureset_to_Excel/Model2.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Input_Table", "dataType": "GPFeatureRecordSetLayer", "displayName": "Input Table", "description": "input features", "direction": "esriGPParameterDirectionInput", "defaultValue": {}, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "export_xls", "dataType": "GPDataFile", "displayName": "export.xls", "description": "output file", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }