Hi everyone !
I’m in front of a problem with CloverETL (2.7.0 and of course <).
Actually I’d like to change sqlQuery attribute of a DBOutputTable node. As you know the sqlQuery attribute written in the xml graph file (.grf) is read just at the beggining of execution.
My problem is that I need to change in live this SQL query but We can’t access this attribute in Java. There is no setter (setSqlQuery() method for example) for this attribute in the DBOutputTable class.
Could you add this feature in a next release. It would be so nice to add this in the standard framework.
Do you understand what I mean and do you think it is usefull. It is for me but for others ?
Thank you.