WebCenter Content Data Mapping
Use of the destination.ucm.column.map.COLUMNNAME is straightforward. The placeholder COLUMNNAME is replaced by an AOR table column-name and the value assigned is the name of the Content Server metadata field. Both names are unique in their namespaces. Here are some examples:
destination.ucm.column.map.NAME=dDocName
destination.ucm.column.map.AUTHOR=dDocAuthor
destination.ucm.column.map.TITLE=dDocTitle
destination.ucm.column.map.TYPE=dDocTypeA single COLUMNNAME can be mapped to multiple WebCenter Content fields by listing it on multiple lines. It is an error to attempt to map multiple incoming COLUMNNAME fields to the same WebCenter Content metadata field name.