You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Kaijian Xu (JIRA)" <ji...@apache.org> on 2014/06/13 02:03:01 UTC

[jira] [Created] (TIKA-1335) mime type for CSV files incorrectly detected as text/plain

Kaijian Xu created TIKA-1335:
--------------------------------

             Summary: mime type for CSV files incorrectly detected as text/plain
                 Key: TIKA-1335
                 URL: https://issues.apache.org/jira/browse/TIKA-1335
             Project: Tika
          Issue Type: Bug
          Components: mime
    Affects Versions: 1.5, 1.6
            Reporter: Kaijian Xu


Mime type autodetection returns "text/plain" for CSV files, for example:

% tika -m foo.csv
Content-Encoding: ISO-8859-1
Content-Length: 78
Content-Type: text/plain; charset=ISO-8859-1
resourceName: foo.csv

This occurs regardless of whether the filename has the appropriate *.csv extension or not.




--
This message was sent by Atlassian JIRA
(v6.2#6252)