{ "name": "GetColumnNames", "displayName": "GetColumnNames", "description": "This GP tool get the csv or excel file for cell details and call details as input and gives the list of column names from both the files as outptut.", "category": "", "helpUrl": "https://arcgis.ogdencity.com/arcgis/rest/directories/arcgisoutput/Public/CellPhoneAnalysis_GPServer/Public_CellPhoneAnalysis/GetColumnNames.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "Cell_Site_Details", "dataType": "GPDataFile", "displayName": "Cell_Site_Details", "description": "Input cell sites file ( CSV or Excel)", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Call_Details", "dataType": "GPDataFile", "displayName": "Call_Details", "description": "Input call details file ( CSV or Excel)", "direction": "esriGPParameterDirectionInput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "Cell_Site_Column_Names", "dataType": "GPString", "displayName": "Cell_Site_Column_Names", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" }, { "name": "Call_Column_Names", "dataType": "GPString", "displayName": "Call_Column_Names", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }