Syntax @CopyAttributes([ENCODED,], [,,]*) @CopyAttributes([ENCODED,][EXACT_LIST_MATCH,]{},{}) @CopyAttributes([ENCODED,]ATTR_LIST_DEF_VAL,[,, ]+) Arguments ATTR_LIST_DEF_VAL - indicates you are giving a list of source, target, default value triplets. If the source does not exist, then the target will be created with the specified default value ENCODED - If this is specified, then all other parameters (, , , and ) are FMEParsableText-encoded. EXACT_LIST_MATCH - If this is specified, then only attributes beginning with '{' instead of '' will be copied. The default value to use when renaming. If the source attribute is not found the destination attribute will be created using this default value. The name of the attribute that will be created in the feature. Range: String The name of the attribute that will supply the value for the created attribute. Range: String The name of a list attribute that will be created in the feature. Range: String The name of the list attribute that will supply the values for the created list attribute. Range: String Description This function copies the value of the source attribute into the target attribute. If many copies are being done with one invocation, they are executed as a single atomic copy. In this way, the original value of all the source attribute names is used to supply the value for the target attributes, so an attribute value swap may be performed. It may also be used to copy list structures from one list name to another on a feature. All parts of the list are copied, including any nested attributes.