Hi,
I'd like to know how Talend manages transactions (commit, rollback)
If I consider a very simple job with a flat file in input whom I want to load in a table.
Is it possible to insert records of flat file without automatically committing ? And just commit if a make an explicit commit ?
Thanks in advance
Talend provides the same way you would code manually. You can create a connection and use this connection in any database components and decide where you place a commit and rollback component. Nearly for every database you find connections, commit and rollback components.
Talend provides the same way you would code manually. You can create a connection and use this connection in any database components and decide where you place a commit and rollback component. Nearly for every database you find connections, commit and rollback components.