Member since
08-27-2018
9
Posts
0
Kudos Received
0
Solutions
09-20-2018
01:13 AM
@Shu Ok, I will try that Shu. Hope it will load this time.
... View more
09-11-2018
09:54 AM
Hi Shu, I'm getting an error for PutDatabaseRecord though i think my settings are correct. Not sure where it failed. Here's my flow: UpdateAttribute: CSV Reader: Avro Schema Registry Tables: @Shu
... View more
09-11-2018
02:34 AM
Got it now, does this work the same way as the PutDatabaseRecord as well?
... View more
09-05-2018
06:29 AM
Hi Shu, thank you for your response. How can map the columns in my input file as the attribute? For example my insert statement is "Insert into employee values(?,?,?)" how can I replace it (question marks) with the columns in my input file to that statement?
... View more
08-27-2018
07:12 AM
How did you do it in nifi? Do you have screenshot on how did you do it?
... View more
08-27-2018
06:16 AM
Does regexr.com validates if your Nifi expression is valid as well?
... View more
08-27-2018
05:56 AM
I have a CSV flowfile below as an example and I want to pass each record to a variable/attribute to form a INSERT sql statement using ReplaceText processor then PutDatabase to write in the table. My flow is, Getfile > ExtractText > ReplaceText > PutDatabaseRecord Or is it better to use CSVReader instead then PutDatabaseRecord? which one is faster? CSV: id,fname,lname 1,John,Doe 2,Jane,Doe
... View more
Labels:
- Labels:
-
Apache NiFi