[
https://issues.apache.org/jira/browse/TIKA-2833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17778816#comment-17778816
]
Josh McCullough commented on TIKA-2833:
---------------------------------------
This is marked as resolved, but with no fix-version. Using the latest `2.9.1`
of `tika-core` and `tika-parsers-standard-package`, CSV files are being
detected as `text/plain` still. Example CSV test data:
```
Zip Code,Total Population,Median Age,Total Males,Total Females,Total
Households,Average Household Size
91371,1,73.5,0,1,1,1
90001,57110,26.6,28468,28642,12971,4.4
```
> Add a CSV/TSV detector
> ----------------------
>
> Key: TIKA-2833
> URL: https://issues.apache.org/jira/browse/TIKA-2833
> Project: Tika
> Issue Type: Task
> Reporter: Tim Allison
> Priority: Minor
> Attachments: csv_reports.zip
>
>
> Given initial experimentation, I think we can fairly easily add a fairly
> robust CSV/TSV detector that will identify well-formed (ha!) csvs and return
> the charset encoding and the delimiter.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)