Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am loading data from excel to db like tfileinputexcel->tMap->tDBOutput, I have used Column constraints in TMap like type and null checks.
Right now tMap is checking each row and all rows satisfying constraints are getting loaded to DD and ignoring other rows, but my requirement is to dont load if any row has error.
is there a way to rollback saved rows or tMap checks for all rows before saving to DB.
I am new to Talend, any help appreciated.
Thanks in advance
Hi, you can use a tDBCommit component with an on subjob ok link and tDBRollback component with an on subjob error link.
Send me love and kudos