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