Created on 04-01-2019 02:13 PM - edited 08-17-2019 04:17 PM
Hi, I'm new to nifi. can anyone help me.
I'm trying to get data from one database and put that in another database.
I'm following the flow GenerateTablefecth -> ExecuteSQL -> Covertrecord -> PutSQL
but at putsql record it fails to execute my insert
Created 04-02-2019 01:29 PM
You have specified the SQL Statement property but haven't supplied any values. I recommend replacing PutSQL with PutDatabaseRecord with a Statement Type of INSERT, this should do what you are trying to do.