Follow the steps below to add and configure the component used in this
example.
Procedure
In the Job script editor, enter an addComponent {} function and its setComponentDefinition {} sub-function to add the input
component, tFileInputDelimited.
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.
As shown below, this component will read a CSV file named
sampleRecords.csv, which has a header row and a
footer row to skip, and the component will be labeled
source_data.