Github user ak-arun commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/2597#discussion_r178116509
  
    --- Diff: 
nifi-nar-bundles/nifi-poi-bundle/nifi-poi-processors/src/test/java/org/apache/nifi/processors/poi/ConvertExcelToCSVProcessorTest.java
 ---
    @@ -187,6 +213,34 @@ public void testSkipColumns() throws Exception {
                     "9.8765E+08,\n");
         }
     
    +    @Test
    +    public void testSkipColumnsWithEL() throws Exception {
    +        testRunner.enqueue(new 
File("src/test/resources/dataformatting.xlsx").toPath());
    --- End diff --
    
    @pvillard31 do you want me to re-write the tests into a single method? 
initially there were separate methods for testing the skipRows and skipColumns, 
I just maintained the same format. 


---

Reply via email to