Normalize Fields

The Data Stream engine requires the attribute names to conform to Programming Identifier standards. However, it is possible that the third-party systems, from where the data is being ingested, do not conform to this standard.

For such cases, the Normalize Fields Transformation can be used to translate the attribute names into a format that can be used in the Data Stream.

Following are the basic rules that the attribute names must conform with:

  • Attribute names must be unique.

  • The first character of the attribute name must be a letter or an alphabet (upper or lowercase) or an underscore ('_').

  • The rest of the attribute name can consist of letters (upper or lowercase), underscores ('_') or digits (0-9).

  • Identifier names are case-sensitive.

Details of an example and its configuration can be found in the How to Use section.

Pre-requisites

None at this time

Download

Please contact XMPro if you're looking for an older version of this Agent.

Last updated