[
https://issues.apache.org/jira/browse/NIFI-615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15344538#comment-15344538
]
ASF GitHub Bot commented on NIFI-615:
-------------------------------------
Github user JPercivall commented on the issue:
https://github.com/apache/nifi/pull/556
I am trying to parse my downloads folder again and I came across a couple
exceptions (will post in other comment) but as I try to figure why it happened
I realize that since ExtractMediaMetatadata doesn't emit a provenance event for
the failure transfer so don't get any details. It would be nice to include in
the catch block:
` session.getProvenanceReporter().route(flowFile, FAILURE, "Failed to
extract media metadata due to " + e);`
> Create a processor to extract WAV file characteristics
> ------------------------------------------------------
>
> Key: NIFI-615
> URL: https://issues.apache.org/jira/browse/NIFI-615
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Brandon DeVries
> Assignee: Joe Skora
> Priority: Minor
> Fix For: 1.0.0, 0.7.0
>
>
> Create a processor to extract information from a WAV file, including
> encoding, bit rate, metadata, etc...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)