You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "John Wise (Jira)" <ji...@apache.org> on 2022/09/13 14:59:00 UTC

[jira] [Commented] (NIFI-8005) ConvertExcelToCSVProcessor swallows flow file if it doesn't contain sheet with given name

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

John Wise commented on NIFI-8005:
---------------------------------

If you don't specify a sheet name to extract, the processor will extract all of the sheets in the file.  The resulting outputs will have the detected sheet names in them.

> ConvertExcelToCSVProcessor swallows flow file if it doesn't contain sheet with given name
> -----------------------------------------------------------------------------------------
>
>                 Key: NIFI-8005
>                 URL: https://issues.apache.org/jira/browse/NIFI-8005
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework
>    Affects Versions: 1.12.1
>            Reporter: Svyatoslav
>            Priority: Critical
>         Attachments: image-2020-11-14-21-49-32-932.png
>
>
> Input xlsx file contains sheets: sheet1, sheet2
> ConvertExcelToCSVProcessor configuration:
> !image-2020-11-14-21-49-32-932.png!
> Input file doesn't have sheet with name mysheet1. After being processed by ConvertExcelToCSVProcessor it disappears: it is neither in any output or input queues.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)