此内容并非为您使用的语言。此处为英文版。
Regex components
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. |
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. |