I have a requirement where I need to make the SQL query as dynamic. So, I have designed the job in such a way that for SQL query I have made it as context and for schema, I have defined a single column and made the type as "Dynamic".
I am writing the output to tFileOutputExcel. I need to understand if there is any limitations in using "Dynamic" schema and in final excel file will there be any data change w.r.t what we retrieve using same query from Database.