Print

Parser Plugins

Parser plugins are used to parse incoming message text into fields and are optionally configured in the CREATE STREAM command.

Included with RioDB

The following Parser Plugins are available when you install RioDB:
    delimited: Parses data records that are delimited by a character, like comma-separated records.
    fixed Width: Parses data records that have fields determined by substring length.
    json: Parses data records that come in JSON Format.
log: Parses a record such as a system log.

Note, that if a parser plugin is not specified in the CREATE STREAM command, the default setting is delimited by tab.

Table of Contents
Scroll to Top