I have an eVar that I am classifying. I want the ability to insert a
default classification for those eVar values that have yet to be
classified. I want to be able to do this without having to export all
the unclassified keys and for each unclassified key write the same
classification value. I have nearly 50k unclassified keys (which in a
later date may be classified, overwritten, by my classification upload
job), I want them all to default to a classification value I specify.
This is not the sa...