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.