Re: CSV Illegal Initial Character

2018-08-18 Thread Mark Payne
Hey Shawn, It sounds like you need to set the cvs reader’s “Treat First Line as Header” property to true. By default it treats the first line as the first record (as opposed to the header), which looks like the case here. Sent from my iPhone On Aug 18, 2018, at 1:30 PM, Shawn Weeks mailto:swe

CSV Illegal Initial Character

2018-08-18 Thread Shawn Weeks
I was building some example NiFi workflows from the CSV files at https://people.sc.fsu.edu/~jburkardt/data/csv/csv.html specifically nile.csv and it appears that NiFi is trying to include the quoted header with quotes in the Avro schema it generates. This is an all defaults CSVReader used with a

Re: Creating an attribute

2018-08-18 Thread James McMahon
I do have a follow-up question. In my example I have oversimplified the structure. In my production space I have two complicating factors: the number of fields can vary, and only three fields are mandatory and so must be there. And the fields order can vary: the messages posted to the queue that we