{ "name": "returnAsTxt", "displayName": "Return as text file", "description": "", "category": "", "helpUrl": "https://arcgisportal.cowi.com/server/rest/directories/arcgisoutput/ADLR/returnAsTxt_GPServer/ADLR_returnAsTxt/returnAsTxt.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "input_text", "dataType": "GPString", "displayName": "input_text", "description": "The text you want in the file", "direction": "esriGPParameterDirectionInput", "defaultValue": "HALLA", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "output_file", "dataType": "GPDataFile", "displayName": "output_file", "description": "Output file.", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeRequired", "category": "" } ] }