[ 
https://issues.apache.org/jira/browse/NIFI-1617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15200976#comment-15200976
 ] 

ASF GitHub Bot commented on NIFI-1617:
--------------------------------------

Github user mattyb149 commented on the pull request:

    https://github.com/apache/nifi/pull/273#issuecomment-198199315
  
    LGTM, successfully built PR, ran unit tests, and tested with running NiFi 
with both a CSV file and an Atom file (both types recognized by extension: 
https://github.com/apache/tika/blob/master/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml)
 +1


> 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
>             Fix For: 0.6.0
>
>
> 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)

Reply via email to