pvillard31 commented on code in PR #8224:
URL: https://github.com/apache/nifi/pull/8224#discussion_r1445821995


##########
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/ValidateCsv.java:
##########
@@ -514,8 +514,9 @@ public void process(OutputStream out) throws IOException {
 
                         } catch (final SuperCsvException e) {
                             valid.set(false);
+                            final String errorMessage = 
e.getLocalizedMessage() + " " + e.getCsvContext().toString();

Review Comment:
   The field that is causing the line to be invalid is already showing in the 
logs today but I agree that logging the full line may not be desired, that's a 
good point, I'll change the logging to only have the coordinates, thanks Chris



-- 
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: issues-unsubscr...@nifi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to