Re: Issue with Executescript

2017-11-03 Thread Vyshali
Hi, I replaced splitlines with split(). I'm now getting error like "Unicode indices must be integer".The "text" is now in the unicode format which I'm encoding to utf-8. I'm not sure where I'm lacking clarity. Regards, Vyshali -- Sent from: http://apache-nifi-developer-list.39713.n7.nabble.com

Executing DDL using NIFI

2017-11-03 Thread Chetan Hendre
Hi, I am Chetan Hendre, In our organization we are creating Data management and Data Integration project, we are planning to use NIFI for the same, we are doing POC on NIFI, we are not able to get any processor for DDL, Is there any predefined processor exist for DDL( Create and Update Tables of D

Re: Executing DDL using NIFI

2017-11-03 Thread Matt Burgess
Chetan, Welcome to the NiFi community! To answer your question about DDL, you can use the PutSQL processor [1] to issue DDL statements. Please let us know if you run into any issues and we'll be happy to help. Regards, Matt [1] http://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/n

Re: Issue with Executescript

2017-11-03 Thread Matt Burgess
Vyshali, I saw you imported unicodecsv but I didn't see where/if you used it. If you don't use csv.reader() or something, you won't have a data structure where you can reference fields by name (i.e. how would it know where "name" is in a line of text?). I'm not very familiar with the Python csv st

Re: [DISCUSS] Apache NiFi MiNiFi C++ 0.3.0

2017-11-03 Thread Kevin Doran
I agree. There's been a lot of great commits to master recently and it would be great to have them in a new release version. Thanks! Kevin On 11/1/17, 15:05, "Aldrin Piri" wrote: Hey folks, We've had a fair amount of work and enhancements to the framework and extensions and se