Created 09-27-2017 08:31 AM
I have custom processor like ExecuteSql . after executing query i get resultset. now i want add new values like queryid , starttime , and end time in resultset and send in flow file like normal result set. How i can do this. please advice thank you in advance
Created 09-27-2017 09:11 AM
Are you going to need these values once per flow file, or for each row of the result set?
Created 09-27-2017 12:42 PM
once per flow file
Created 09-27-2017 06:32 PM
I need these value once per flow file...