File Input
This task will read a file into the Dex data stream as a table with two columns:
- NUM - Which will contain the line number, starting at 1.
- LINE - Which will contain the raw content of the line.
When data is read via File Input, it is the responsibility of the workflow to perform further parsing if needed.
CONFIGURATION
OPTION | DESCRIPTION |
---|---|
File Name | The path to the file to be used as input. |
INPUT
None.
OUTPUT
The file will be output to the Dex data stream. The next task in the workflow will receive it as input.
The output will consist of a table with two columns with one row for each line in the file.
NUM | LINE |
---|---|
The line number, starting at 1. | The content of the line. |