You are here: Processor Library > Transformation > Concatenate

Concatenate

The Concatenate processor concatenates two or more attribute values with an optional user-defined character or String as the ‘glue’ between the column values.

Use

Use the Concatenate processor to create a concatenated key or concatenated value across multiple attributes to feed into other processors for further analysis.

It is also often useful to concatenate data when cleansing data for the purpose of matching - for example in order to create a single attribute for the whole of an address.

Configuration

Inputs

Any String or String Array attributes that you wish to concatenate into a single attribute.

Note that if you input an Array attribute, the element values in the array will be concatenated to form a String output.

Options

Option

Type

Purpose

Default Value

Separator String

Text entry

Allows you to specify the String used as 'glue' in between the values that are concatenated together.

Space

Ignore empty Strings

Yes/No

Ignores empty Strings and Nulls when concatenating.

See example below.

No

Example of setting the Ignore nulls option to Yes

This means that when concatenating the following data with a comma separator...

Address_3

Address_4

Postcode

Cambridge

{empty String}

CB4 0GF

...the output would be a new attribute with the value 'Cambridge, CB4 0GF' rather than 'Cambridge,,CB4 0GF'

Outputs

Data attributes

Data attribute

Type

Purpose

Value

Concat

Added

Stores the result of the concatenation

A concatenation of the input attribute values, with the specified separator String between them.

Flags

None

Execution

Execution Mode

Supported

Batch

Yes

Real time Monitoring

Yes

Real time Response

Yes

Results Browsing

The Concatenate transformer presents no summary statistics on its processing.

In the Data view, the input attributes are shown with the new added concatenated attribute to their right.

Output Filters

None

Example

In this example a number of Address attributes are concatenated using a comma separator String to form a new attribute renamed WholeAddress .

In this case, the option to Ignore empty Strings is set to Yes.

Oracle ® Enterprise Data Quality Help version 9.0
Copyright © 2006,2011 Oracle and/or its affiliates. All rights reserved.