I have a requirement where source is a text file in which we would be having sql statements that needs to be executed one after another in sequence on a target Database. Do we have a way where we can pass queries dynamically instead of specifying in JDBC query/query consumer.
Pls suggest if any options available.