[Name] NEW_ATTR [Description] A text input where the text will be used as the name for a new attribute and type for the attribute can be specified by TYPE: config string. : Attribute types defined for FFS format. Left hand side of the ATTR_TYPE_MAP in ffs.fmf. List of available type names: - char(width) - varchar(width) - buffer - xml - json - binary(width) - varbinary(width) - binarybuffer - datetime - time - date - real64 - real32 - int32 - uint32 - int64 - uint64 - logical - int16 - uint16 - int8 - uint8 - number(width,decimal) : Avoid using this type, but if you have to then make sure it is encoded like number(2010) Depending on circumstances, an alternative is to use the enhanced ATTRIBUTES_ADDED instead and making this TEXT_TRIMMED. See NetworkTopologyCalculator.fmx. NOTE: This type didn't use to have a config string, it was updated in FME 2017.0 time frame In a Transformer (*.fmx) File Syntax PARAMETER_NAME: PARAMETER_TYPE: NEW_ATTR TYPE: PARAMETER_PROMPT: