diff --git a/ckan/config/resource_formats.json b/ckan/config/resource_formats.json index e269dc58850..17a61555e2e 100644 --- a/ckan/config/resource_formats.json +++ b/ckan/config/resource_formats.json @@ -55,7 +55,7 @@ ["RDF", "RDF", "application/rdf+xml", ["rdf/xml"]], ["E00", " ARC/INFO interchange file format", "application/x-e00", []], ["PDF", "PDF File", "application/pdf", []], - ["CSV", "Comma Separated Values File", "text/csv", ["text/comma-separated-values"]], + ["CSV", "Comma Separated Values File", "text/csv", ["text/comma-separated-values", "application/csv"]], ["ODC", "OpenDocument Chart", "application/vnd.oasis.opendocument.chart", []], ["Atom Feed", "Atom Feed", "application/atom+xml", []], ["MrSID", "MrSID", "image/x-mrsid", []],