Replies: 1 comment
-
代码已入库 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
CSV格式说明
本插件所期望的规范CSV格式应当符合如下标准:
需要说明的是,对于违反上述“必须”字样要求的输入,称其为非法输入;对于符合“必须”字样要求但违反“应当”字样要求的输入,称其为不规范输入。
插件描述
本插件的主要功能是对输入日志中指定字段SourceKey中所存储的单行CSV记录进行解析,然后将解析结果分别存储于SplitKeys中的各个字段,并在日志中添加这些字段。根据需要,用户可以通过KeepSource参数来选择是否在日志中保留原始字段SourceKey。
参数说明
示例
插件配置
输入日志
输出日志
Beta Was this translation helpful? Give feedback.
All reactions