Github user abhinavrohatgi30 commented on the issue:

    https://github.com/apache/nifi/pull/2561
  
    Hi, I've looked at the comments and I've made the following changes as part 
of the latest commit that cover all the comments :
    
    1. Fixed the issue with Nested Records (The issue came up because of the 
change in field names in the previous commit)
    
    2. Fixed the issue with Array of Records (It was generating an Object[] as 
opposed to a Record[] that I was expecting and as a result was storing the 
string representation of a Record)
    
    3. Trimming field names individually
    
    4. Adding Test cases for Nested Record, Array of Record and Record Parser 
failure
    
    5. Using the getLogger() later in the code
    
    6. Wrapping the Jsons in the additionalDetails.html in a <pre> tag
      
    I hope the processor now works as expected, let me know if any further 
changes are to be made 
    
    Thanks


---

Reply via email to