Class ExternalCommandStep

  • All Implemented Interfaces:
    IPipelineStep

    public class ExternalCommandStep
    extends BasePipelineStep
    Run a Command line tool on RawDocument Events. The step returns a RawDocument Event generated by the external command. ${inputPath} and ${outputPath} variables must be defined in the command line string. For example:
    "sort ${inputPath} /O ${outputPath}"
    is a valid windows command which sorts lines on a file.
    Author:
    HARGRAVEJE