Re: CSV Illegal Initial Character

2018-08-24 Thread Pierre Villard
he > header quoted should be supported. > > > Thanks > > Shawn > > > -- > *From:* Mark Payne > *Sent:* Saturday, August 18, 2018 6:56 PM > *To:* users@nifi.apache.org > *Subject:* Re: CSV Illegal Initial Character > > Hey Sh

Re: CSV Illegal Initial Character

2018-08-20 Thread Shawn Weeks
users@nifi.apache.org Subject: Re: CSV Illegal Initial Character 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 fr

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