Tokenize Example
The following example shows the configuration of a column using tokenization:
{
"name" : "column4",
"action" : "TOKENIZE",
"config" : [ {
"@type" : "TOKENIZE",
"tokenGroup" : "tokenGroup1",
"tokenTemplate" : "tokenTemplate1"
} ]
}