File Migration

These type of jobs transfer data to or from the database to files. For a general overview on how to create a file migration job see Create File Migration Job

Depending on the direction of the data flows, file migration jobs can be broken into two.

File In

This type of File Migration jobs read data from file and transfer data into the database. See Start Read from File for more information.

File Out

This type of File Migration job transfer data from the database and write them to a file. See Start Write to File for more information.

Tips and Tricks