Writing data to a database

Having extracted data from a database, the obvious next step is to put it back in. In the real world, we might come across this scenario when we need to exchange data between one application and another. A common way of facilitating this exchange is to extract some data out of an application database A, write it to a file, then take the same file, and import it into an application database B. As different applications (often from different vendors) are unlikely to be integrated at the application or at the database level, this intermediate step provides a bridge between one application and another.

Tip

A word of caution before we proceed. In real-life scenarios, we should be cautious about writing data directly to a database. ...

Get Getting Started with Talend Open Studio for Data Integration now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.