Multi File Input


This task will read in several files into the Dex data stream. The input will be broken out into 3 columns:

  • NUM - Containing the line number within the file being read, starting at 1.
  • FILE - The name of the file being read.
  • LINE - The raw content of the line being read.

CONFIGURATION

OPTION DESCRIPTION
File List A list of files to be read.

INPUT

A list of files to be read.

OUTPUT

The Dex data stream will be populated with a table consisting of three columns.

COLUMN DESCRIPTION
NUM The line number of the content.
FILE The file containing the content.
LINE The content of the line.

EXAMPLE USAGES

  • Treating multiple files as a single input.
  • Correlating data from multiple files.

results matching ""

    No results matching ""