Uploadtagname_defintion table
Column | DataType | Description |
---|---|---|
uploadtagname_definitionid | int | Primary key |
uploadtagname | string | uploadTagname |
xpath | string | Xpath used to extract the tag value |
xmlnamespaces | string | Xmlnamespaces needed by Xpath. Space seperated list of xml namespace definitions: xmlns:rdf="rdf namespace url" xmlns:iptc="iptc namespace url" |
functionname | string | (Optional) function name |
functionrequireduploadtagnames | string | Tags that should have already been parsed before this tag is processed |
enabled | bit | Is this uploadTag enabled |
systemDefined | bit | Is this uploadTag defined by Digizuite |
Important: Custom tags that clash with future updates of DAM Center will be renamed to <tagname>RENAMED<GUID>.
To avoid this, always start custom tags with custom: and set systemDefined to 0.
If requiredTags contains uploadtags, the first tag is used as the argument source for the function, otherwise the Xpath is used as the argument source.
"^\s*\d+\s*$" |
"^\s*\d+\s*$" |
SelectIntFromStart - Selects values which begin with numbers that match the regular expression:
"^\s*\d+.*$" |
"^\s*\d+[\:/]\d+\s*$" |
@"(?n:^(?=\d)(?<time>(?<hours>[01]\d|2[0-3]):(?<minutes>[0-5]\d):(?<seconds>[0-5]\d)\.(?<milliseconds>\d{3}))$)" |
@"^\s*\d+(?:\.\d+)?/\d+(?:\.\d+)?/\d+(?:\.\d+)?\s*$" |
Table of Contents