Follow the steps below to add and configure the tFileInputDelimited
components to the Job script, to read the source data.
Procedure
Create a new Job script, enter an addComponent {}
function, and inside this function, enter the setComponentDefinition
{} function and its parameters to add the first
tFileInputDelimited component:
Next to the setComponentDefinition {} function, enter
the setSettings {} function to specify the
path to the source file, the number of header and footer rows to skip, and
optionally the label of the component displayed in the design workspace.
In this example, the tFileInputDelimited will read the CSV
file that contains the scores of the first month, which has one header row
to skip, and the component will be labeled
scores_month1