The document describes steps to create a mediator that reads a text file from one directory and writes it to another directory. It involves creating input and output directories, connecting a file adapter to read from the input directory, connecting another file adapter to write to the output directory, and using a mediator to route and transform the data between the two file adapters. The process is then saved, deployed and tested by checking that the file was moved between the directories.