Dropping and linking the components
Procedure
- Drop the following components from the Palette to the design workspace: tNamedPipeOpen, tParallelize, tNamedPipeClose, tFileInputDelimited, tSleep, tLogRow, tRowGenerator and tNamedPipeOutput.
 - Connect tNamedPipeOpen to tParallelize using a Trigger > OnSubjobOk connection.
 - Connect tParallelize to tFileInputDelimited using a Trigger > Parallelize connection.
 - Connect tParallelize to tSleep using a Trigger > Parallelize connection.
 - Connect tFileInputDelimited to tLogRow using a Row > Main connection.
 - Connect tParallelize to tNamedPipeClose using a Trigger > Synchronize (Wait for all) connection.
 - Connect tSleep to tRowGenerator using a Trigger > OnComponentOk connection.
 - Connect tRowGenerator to tNamedPipeOutput using a Row > Main connection.