File
Input plugin : Fileâ
- Author: InterestingLab
- Homepage: https://interestinglab.github.io/seatunnel-docs
- Version: 1.1.1
Descriptionâ
Read raw data from local file system.
Optionsâ
name | type | required | default value |
---|---|---|---|
format | string | yes | json |
path | string | yes | - |
table_name | string | yes | - |
format [string]â
The input data source format.
path [string]â
File path.
table_name [string]â
Registered table name of input data.
Exampleâ
file {
path = "file:///var/log/access.log"
table_name = "access"
format = "text"
}