{ "name": "TableToExcel", "displayName": "Table To Excel", "description": "Geoprocessing tool that converts a table to a Microsoft Excel file.", "category": "", "helpUrl": "https://geoportal.bogorkab.go.id/server/rest/directories/arcgisoutput/BPBD/TableToExcel2_GPServer/BPBD_TableToExcel2/TableToExcel.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Input_Table", "dataType": "GPString", "displayName": "Input Table", "description": "The table to be converted to Microsoft Excel.", "direction": "esriGPParameterDirectionInput", "defaultValue": "Tabel_Detail_Korban_Pengungsi", "parameterType": "esriGPParameterTypeRequired", "category": "", "choiceList": [ "Tabel_Detail_Korban_Pengungsi", "Repeat_Assesment", "Lokasi_Kejadian\\Lokasi_Kejadian", "Lokasi_Kejadian\\Tabel_Korban_Pengungsi" ] }, { "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 an .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 how column names in the output are determined. Unchecked\u2014Column headers will be set using the input's 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": "Controls how values from subtype fields or fields with a coded value domain are 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": false, "parameterType": "esriGPParameterTypeOptional", "category": "" } ] }