{ "displayName": "Convert XML to shapefile or csv", "executionType": "esriExecutionTypeSynchronous", "name": "xml2shpcsv", "description": "input xml url and output a shapefile or a csv file. May 19, 2026", "helpUrl": "https://geopub.epa.gov/arcgis/rest/directories/arcgisoutput/EMEF/EFutil_GPServer/EMEF_EFutil/xml2shpcsv.htm", "category": "", "parameters": [ { "parameterType": "esriGPParameterTypeRequired", "displayName": "xmlurl", "defaultValue": "https://data.epa.gov/efservice/lookups.mv_new_geo_best_picks/postal_code/beginsWith/60085/XML", "dataType": "GPString", "name": "xmlurl", "description": "Base xml url.", "category": "", "direction": "esriGPParameterDirectionInput" }, { "parameterType": "esriGPParameterTypeRequired", "displayName": "main tagname", "defaultValue": "lookups__mv_new_geo_best_picks", "dataType": "GPString", "name": "main_tagname", "description": "Returned XML main tag name.", "category": "", "direction": "esriGPParameterDirectionInput" }, { "parameterType": "esriGPParameterTypeRequired", "displayName": "latitude tagname", "defaultValue": "LATITUDE", "dataType": "GPString", "name": "latitude_tagname", "description": "Returned XML latitude tag name.", "category": "", "direction": "esriGPParameterDirectionInput" }, { "parameterType": "esriGPParameterTypeRequired", "displayName": "longitude tagname", "defaultValue": "LONGITUDE", "dataType": "GPString", "name": "longitude_tagname", "description": "Returned XML longitude tag name.", "category": "", "direction": "esriGPParameterDirectionInput" }, { "filter": { "type": "codedValue", "list": [ { "dataType": "GPString", "name": "shapefile", "value": "shapefile" }, { "dataType": "GPString", "name": "csvfile", "value": "csvfile" } ] }, "parameterType": "esriGPParameterTypeRequired", "displayName": "output format", "defaultValue": "shapefile", "dataType": "GPString", "name": "output_format", "choiceList": [ "shapefile", "csvfile" ], "description": "select one of two output format: csv or shapefile.", "category": "", "direction": "esriGPParameterDirectionInput" }, { "parameterType": "esriGPParameterTypeRequired", "displayName": "zipoutpath", "defaultValue": "D://Temp//zipfileoutput", "dataType": "GPString", "name": "zipoutpath", "description": "zipoutpath", "category": "", "direction": "esriGPParameterDirectionInput" }, { "parameterType": "esriGPParameterTypeRequired", "displayName": "zipouturl", "defaultValue": "https://raisz.epa.gov/zipfileoutput/", "dataType": "GPString", "name": "zipouturl", "description": "zipouturl", "category": "", "direction": "esriGPParameterDirectionInput" }, { "parameterType": "esriGPParameterTypeDerived", "displayName": "output url", "defaultValue": "", "dataType": "GPString", "name": "output_url", "description": "", "category": "", "direction": "esriGPParameterDirectionOutput" } ] }