{ "name": "TableToExcel", "displayName": "Table To Excel", "description": "Converts a table to a Microsoft Excel file (.xls or .xlsx).", "category": "", "helpUrl": "https://87.229.103.235:6443/arcgis/rest/directories/arcgisoutput/TableToExcel_GPServer/TableToExcel/TableToExcel.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Input_Table", "dataType": "GPMultiValue:GPString", "displayName": "Input Table", "description": "The table or tables to be converted to an Excel file.", "direction": "esriGPParameterDirectionInput", "defaultValue": [ "Legyártott OKK szakaszok" ], "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Legyártott OKK szakaszok" ], "parameterInfos": [ { "name": "String", "dataType": "GPString", "displayName": "String" } ] }, { "name": "Output_Excel_File", "dataType": "GPDataFile", "displayName": "Output Excel File (.xls or .xlsx)", "description": "The output Excel file. Specify the format of the Excel file using the .xls or .xlsx file extension.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Use_field_alias_as_column_header", "dataType": "GPBoolean", "displayName": "Use field alias as column header", "description": "Specifies whether input field names or field aliases will be used as the output column names.Unchecked\u2014Column headers will be set using the input field names. This is the default.Checked\u2014Column headers will be set using the input geodatabase table's field aliases. If the input is a layer in a map, the value set on the layer's field alias is ignored.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "Use_domain_and_subtype_description", "dataType": "GPBoolean", "displayName": "Use domain and subtype description", "description": "Specifies whether values from subtype fields or fields with a coded value domain will be transferred to the output.Unchecked\u2014All field values will be used as they are stored in the table. This is the default.Checked\u2014For subtype fields, the subtype description will be used. For fields with a coded value domain, the coded value descriptions will be used.", "direction": "esriGPParameterDirectionInput", "defaultValue": true, "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }