Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to create a Rollback and Commit Job in Talend as shown below. On encountering an error, the flow shows to be going to the Rollback component, but the question is what has been rolled back? I can still see in my DB the 6 records as is shown in the figure. How to achieve commit and rollback then in Talend?
Regards
Pankaj
Could you add a screenshot of your TESTOUTPUT component configuration?
OK here it is.
You are using the connection settings from the repository, but you should set the "Use an existing connection" checkbox to use the transaction.
O ya..just got confused for the 'same connection' as both the Connection component and Output component had same connection properties from Repository.
So, thanks that first part has been resolved.
Now, the actual scenario is that my client wants that if we put some auto fix validations like name.replaceall() etc. in some data transformation step, then he should be able to visually see all data errors that were fixed automatically so that he can approve and/or reject and/or rollback.
Will this be possible to achieve?