Set Interpreters

blobcity> set-interpreters {ds}.{collection} {interpreter},{interpreter}

Used to set data interpreters on a table. All inserts pass through the interpreter and the
output of the interpreter is inserted into the collection. One can set as many interpreters as they
like. Each interpreter set will be called in the order in which they are set.

interpreter is to be replaced with the name of the interpreter. The interpreter code must
be preloaded and an interpreter with the specified name should be found.

The interpreters are set in the order in which their names are mentioned. Interpreter
names must be comma separated. There needs to be a minimum one interpreter. There is
no limit to the maximum number of interpreters that can be specified.

It is important to note that this operation overwrites previously set interpreters and does
not append to the list of interpreters.