Formatter Plugins
Formatter plugins are used to format the output of queries. When not specified, output messages will by default be composed of the selected values separated by tabs. You can specify a formatter plugin to re-arrange the output string prior to sending it to the query output plugin.
Additional plugins may be developed as needed.
Included with RioDB
The following Formatter Plugins are available when you install RioDB:
delimited: Selected values are separated by a delimiter.
json: Selected values are arranged into a JSON document, using column headers as keys, and selected values as values.
template: Enables user to provide a text with wildcards, and selected values are substituted into them.