Regex components
tFileInputRegex | Reads a file row by row to split them up into fields using regular expressions and sends the fields as defined in the schema to the next component. |
tFileStreamInputRegex | Listens on a given directory for new files, then reads data from these files, row by row, in order to split the data into fields using regular expressions. |