pvillard31 commented on pull request #5530:
URL: https://github.com/apache/nifi/pull/5530#issuecomment-1011403675


   Hey @simonbence - gave this another try and I think there is a problem.
   
   I use a file where I have thousands of CEF events including some not 
correctly formatted.
   
   - 1st case: ConvertRecord (CEF Reader / JSON Writer). Raw property is set. 
Invalid property is not set. The ConvertRecord fails and the whole flow file 
goes to failure without any conversion.
   - 2nd case: ConvertRecord (CEF Reader / JSON Writer). Raw property is set. 
Invalid property is set. The ConvertRecord does not fail and the whole flow 
file goes to success with successful conversion in JSON. However there is no 
record containing the invalid field and all records are containing the raw 
field.
   
   I don't think this is the expected behavior, right?


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