Closed jeremykubica closed 6 days ago
Extract arbitrary metadata from the standardizer's standardizeMetadata() function and save it to the WorkUnit. If the meta data is not present for that standardizer, this will just fill in None. By default we extract "visit" and "filter".
standardizeMetadata()
WorkUnit
None
Closing as this was largely replaced by #742
Extract arbitrary metadata from the standardizer's
standardizeMetadata()
function and save it to theWorkUnit
. If the meta data is not present for that standardizer, this will just fill inNone
. By default we extract "visit" and "filter".