{ "name": "GPZipAndShipCSV", "displayName": "GP_ZipAndShip_CSV", "description": "Takes the list of feature classes and extracts the results to a csv.", "category": "", "helpUrl": "https://itovmw184t.gos.ca:6443/arcgis/rest/directories/arcgisoutput/GPServices/GPZipAndShipCSV_GPServer/GPServices_GPZipAndShipCSV/GPZipAndShipCSV.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "inFile", "dataType": "GPString", "displayName": "Input File", "description": "List of Feature Classes to be exported into CSV.", "direction": "esriGPParameterDirectionInput", "defaultValue": "", "parameterType": "esriGPParameterTypeOptional", "category": "" }, { "name": "out_csvFile", "dataType": "GPString", "displayName": "Output CSV", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }