Data Integration 
			
			- Data Integration
 - All Products
 
           
      	
            
	
      
Action 
				  | Description 
				  | 
|---|---|
Continue Transaction 
				  | Data Integration  does not perform any transaction change for this row. 
				 | 
Commit Before 
				  | Data Integration  commits the transaction, begins a new transaction, and writes the current row to the target. The current row is in the new transaction. 
				 | 
Commit After 
				  | Data Integration  writes the current row to the target, commits the transaction, and begins a new transaction. The current row is in the committed transaction. 
				 | 
Rollback Before 
				  | Data Integration  rolls back the current transaction, begins a new transaction, and writes the current row to the target. The current row is in the new transaction. 
				 | 
Rollback After 
				  | Data Integration  writes the current row to the target, rolls back the transaction, and begins a new transaction. The current row is in the rolled back transaction. 
				 |