ChrisSamo632 commented on a change in pull request #4828:
URL: https://github.com/apache/nifi/pull/4828#discussion_r580574752



##########
File path: 
nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/test/java/org/apache/nifi/csv/TestCSVRecordReader.java
##########
@@ -592,6 +585,47 @@ public void testExtraFieldNotInHeader() throws 
IOException, MalformedRecordExcep
         }
     }
 

Review comment:
       Agreed, added.
   
   Header Names are case-sensitive, so they're treated as different 
columns/fields.
   
   Handling of duplicates is different between Apache and Jackson, which the 
updated tests will show (and I'll add something to the "Allow Duplicate 
Headers" property description)




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to