Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Process Separate files into separate streams

Scenario

Very large quantities of data are required to be processed from a set of files. It is useful to be able to process each file into a separate stream, such that if we are processing 10 files and there is a failure in in the 9th file, we will not have to re-process the first 8 files.

Load the data from 10 files into 10 different streams in the same stream set.

Solution:

  • Create a stream connected to a file collector
  • Ensure the file collector will collect multiple files when it is activated (i.e. ensure there are) multiple files that match the file collector criteria.
  • Create pipe connecting the stream to itself.
  • Set the pipe attribute : type to 'push'.
  • Set the pipe attributes : From and To Date Offsets to 1.

See Also

  • href="../../../../../../doc/training/Exercises.pdf">Patterns and Exercise Training Document
  • href="http://www.phixflow-online.com:8081/patterns">PhixFlow Online Patterns and Training
  • No labels