GEODI Classifier has a flexible labeling mechanism to integrate with many different needs and DLP software. These tags are created in-file for PDF, Office, Libre office documents and as ADS (Alternate Data Stream) for other file types.
GEODI directly supports files tagged with your current classification tool and adapts to the class and tag scheme you specify. In this way, you will not experience any difficulties in transitions.
On this page we'll explain how you create tags:
We create the classes in the GEODI Classsifer Module. classes here
name:value name:value ...
You should define as. Name will be the name of the tag and value will be its value.
At least one of the labels must represent a class value and must be a fixed value. The Value value can take many different forms.
class:confidential class:{58f30e89-66db-4092-a81f-282a2eee431c} class:<x class="confidential"></x> class:{"id":"58f30e89-66db-4092-a81f-282a2eee431c"} class:<x>confidential</x> ...
You can use variables inside tags. Variable names are case sensitive and should be used the same way in tag definitions.
%User%
: It may vary depending on the classification tool.computer user name
Email sender for OWA
GEODI user for batch classification
%Ver%
: The version of the application where the class is given,%Date%
: Date information in yyyy-mm-dd format%Date-epoch%
: e-poch date value%Date-UTC%
: UTC full time information,
class:confidential userinfo:<x user="%User%"> classifierversion:<x>%Date%</x> ...