dan-s1 commented on code in PR #10540:
URL: https://github.com/apache/nifi/pull/10540#discussion_r2546703117
##########
nifi-extension-bundles/nifi-poi-bundle/nifi-poi-services/src/main/java/org/apache/nifi/processors/excel/SplitExcel.java:
##########
@@ -100,6 +108,15 @@ public class SplitExcel extends AbstractProcessor {
.dependsOn(PROTECTION_TYPE, ProtectionType.PASSWORD)
.build();
+ public static final PropertyDescriptor INPUT_FILE_TYPE = new
PropertyDescriptor
+ .Builder().name("Input File Type")
+ .displayName("Input File Type")
Review Comment:
You would think after working all the tickets under NIFI-14863 I would know
that already. Sorry but a blind cut and paste on my part.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]