Github user ijokarumawak commented on a diff in the pull request:
https://github.com/apache/nifi/pull/1973#discussion_r126069842
--- Diff:
nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/src/test/resources/with-blank-cells.csv
---
@@ -0,0 +1,8 @@
+A,B,C,D
--- End diff --
@m-hogue Thanks for your comment! If a row only contains empty cells, then
it will be ignored. Since we're processing an Excel sheet as an XML document,
such row wouldn't be passed to our code. Excel XML only contains rows and cells
those have values.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---