This is a 1-2 issue.
Most CSV files are identified as "text/csv". But we also accept "text/comma-separated-values" (as an ingestable format).
However, we only keep a "pretty", display type for "text/csv". (the mime display type properties bundle needs to be updated).
Also, we don't have a file extension mapping for this type. (this means if you download the original, or uningest, the filename extension "csv" will be lost).
Alternatively we can change "text/comma-separated-values" to "text/csv" when saving the original file info in the db.
This is a 1-2 issue.
Most CSV files are identified as "text/csv". But we also accept "text/comma-separated-values" (as an ingestable format).
However, we only keep a "pretty", display type for "text/csv". (the mime display type properties bundle needs to be updated).
Also, we don't have a file extension mapping for this type. (this means if you download the original, or uningest, the filename extension "csv" will be lost).
Alternatively we can change "text/comma-separated-values" to "text/csv" when saving the original file info in the db.