[Name] ATTR [Description] Enumerates all input attributes for the transformer into a dropdown list. The config string ALLOW_NEW indicates that the user is allowed to type in a new attribute name. ALLOW_NEW - allow the user to edit NO_EXPAND_LIST - do not expand list entry selections INCLUDE_DEST_FORMAT - include destination format attributes in the list INCLUDE_DEST_USER - include destination user format attributes in the list INCLUDE_SRC_FORMAT - include source format attributes in the list INCLUDE_SRC_USER - include source user format attributes in the list EXCLUDE_INCOMING - do not include incoming attributes -note: does not exclude source attributes. To exclude source attributes, don't add INCLUDE_SRC_FORMAT or INCLUDE_SRC_USER In a Transformer (*.fmx) File Syntax PARAMETER_NAME: PARAMETER_TYPE: ATTR [ALLOW_NEW]%[NO_ICON]%[INCLUDE_DEST_FORMAT]%[INCLUDE_DEST_USER]%[EXCLUDE_INCOMING]%[NO_EXPAND_LIST] PARAMETER_PROMPT: