File-tail event receiver reads the tail of a given file and feeds that to the product engine. It only supports text input mapping type.
...
Adapter property | Description | Configuration file property | Example |
---|---|---|---|
File path | Absolute path of the text file to read the data from. | filepath | /Users/User/Desktop/abc.txt |
Delay | The delay between checks for new content on file in milliseconds. | delayInMillis | 10 |
Start From End | Set to true to tail from the end of the file, false to tail from the beginning of the file. | startFromEnd | true |
Related samples
...