[
https://issues.apache.org/jira/browse/NIFI-8005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17656286#comment-17656286
]
Daniel Stieglitz edited comment on NIFI-8005 at 1/9/23 9:06 PM:
----------------------------------------------------------------
[~sb_adv] Yes. I created a simple workflow mimicking the unit test and I used
the same exact test file and I see it sent to the original relationship.
Looking at the description of the processor it says:
{quote}
This processor is currently only capable of processing .xlsx (XSSF 2007 OOXML
file format) Excel documents and not older .xls (HSSF '97(-2007) file format)
documents.
{quote}
Is your file(s) .xlsx (XSSF 2007 OOXML file format) ?
was (Author: JIRAUSER294662):
[~sb_adv] Yes. I created a simple workflow mimicking the unit test and I used
the same exact test file and I see it sent to the original relationship.
> 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)