[
https://issues.apache.org/jira/browse/NIFI-13304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17856303#comment-17856303
]
Daniel Stieglitz edited comment on NIFI-13304 at 6/19/24 4:31 PM:
------------------------------------------------------------------
[~brendanbuhr] [~iiojj2] I just wanted to let you know I submitted a PR for
this and the attributes I have included are ones similar to other split
processors
* fragment.identifier
* fragment.index
* fragment.count
* segment.original.filename
and then two specific to SplitExcel
* sheetname
* total.rows - Which is the total rows the specific sheet has. I thought it may
be helpful for down stream decisions (especially if a sheet has 0 rows)
The filename for each of the new flowfiles are in the following format
{code:java}
<original file name>-<split index><extension of original file>
{code}
was (Author: JIRAUSER294662):
[~brendanbuhr] [~iiojj2] I just wanted to let you know I submitted a PR for
this and the attributes I have included are ones similar to other split
processors
* fragment.identifier
* fragment.index
* fragment.count
* segment.original.filename
and then two specific to SplitExcel
* sheetname
* total.rows - Which is the total rows the specific sheet has. I thought it may
be helpful for down stream decisions (especially if a sheet has 0 rows)
> ExcelReader - ability to split into flowfile per sheet
> ------------------------------------------------------
>
> Key: NIFI-13304
> URL: https://issues.apache.org/jira/browse/NIFI-13304
> Project: Apache NiFi
> Issue Type: New Feature
> Reporter: Philipp Korniets
> Assignee: Daniel Stieglitz
> Priority: Major
>
> Currently ConvertExcelToCSV processor, if processing excel with multiple
> required sheets in it, produces flowfile per sheet.
> New ExcelReader produces one flowfile with all data in it
>
> There should be a way to configure output to be sheet-per-flowfile
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)