Joey Frazee created NIFI-1617:
---------------------------------
Summary: IdentifyMimeType processor doesn't identify CSV files as
text/csv
Key: NIFI-1617
URL: https://issues.apache.org/jira/browse/NIFI-1617
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 0.5.1
Reporter: Joey Frazee
Priority: Minor
The IdentifyMimeType processor doesn't identify CSV files as text/csv.
As far as I can tell the reason is that the Tika Detector identifies some mime
types just based on the input filename rather than the content.
IdentifyMimeType doesn't appear to be passing in the filename to the metadata
provided to the Detector when doing detection [1].
1.
https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/IdentifyMimeType.java#L126
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)