What happens when you run PutSQL with something like this “call my_stored_procedure(?,?)” as the command? I think in some cases you can depending on the database. What database are you using? Worse case scenario you could do with a couple of lines of groovy in ExecuteGroovyScript which should be easier than execute process.
Thanks Shawn From: KhajaAsmath Mohammed <[email protected]> Reply-To: "[email protected]" <[email protected]> Date: Tuesday, January 21, 2020 at 3:25 PM To: "[email protected]" <[email protected]> Subject: Stored procedure in NIFI Hi, How to call stored procedure in NIFI that accepts parameters? I have seen solution to use executeprocess or python scripts but is there a way to do with processors? Thanks, Asmath
