Delimited components
| tFileStreamInputDelimited | Reads data continuously, row by row, to split it into fields, then sends fields defined in its schema to the next Job component, via a Row > Main link. |
| tFileInputDelimited | Reads a delimited file row by row to split them up into fields and then sends the fields as defined in the schema to the next component. |
| tFileOutputDelimited | Outputs the input data to a delimited file according to the defined schema. |
| tPivotToColumnsDelimited | Fine-tunes the selection of data to output. |