Positional components
tFileInputPositional | Reads a positional file row by row to split them up into fields based on a given pattern and then sends the fields as defined in the schema to the next component. |
tFileOutputPositional | Writes a file row by row according to the length and the format of the fields or columns in a row. |
tFileStreamInputPositional | Listens on a given directory for new files, reads data from them row by row and extracts fields based on a specific pattern. |