azure-blob-textfile
Read text file. You can recognize multi-line entry using regular expressions. Each tuple has 'line' field.
azure-blob-textfile [profile=PROFILE] [offset=NUM] [limit=NUM] [brex=BREX] [erex=EREX] [df=DF] [dp=DP] [cs=CS]
- profile=PROFILE
- The identifier of Azure connect profile
- offset=NUM
- Skip input count
- limit=NUM
- Max output count
- brex=BREX
- Regular expression for recognizing the first line of entry.
- erex=EREX
- Regular expression for recognizing the last line of entry.
- df=DF
- Date format. If not specified, _time will be current timestamp.
- dp=DP
- Regular expression for extracting timestamp. For example, you can use 'yyyy-MM-dd HH:mm:ss.SSS'. If not specified, _time will be current timestamp.
- cs=CS
- Encoding of text file. Default is 'utf-8'.
Output Fields
Field | Type | Name | Description |
---|---|---|---|
profile | String | Connect profile | Azure profile names. all profiles by default. |
_container | String | Container | Container |
_file | String | File | File |
_time | String | Time | Time |