You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by jdye64 <gi...@git.apache.org> on 2017/03/15 14:14:24 UTC

[GitHub] nifi issue #929: NIFI-2613 - Apache POI processor to convert Excel documents...

Github user jdye64 commented on the issue:

    https://github.com/apache/nifi/pull/929
  
    @jvwing In regards to error cases here are a list of things which could make this fail.
    
    - Input data is incorrect. AKA not .xlsx file
    - Empty document. I guess this isn't an error but I think you get what I'm saying there just wouldn't be anything to do.
    - User could specify a list of "desired-sheets" that are not present in the document. Once again not really failure but of course no success relationships would be triggered on the original relationship.
    - The processor will currently only process strings (this includes numerical values, just the POI naming convention) and will ignore things like graphs, images, binary data, etc.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---