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