Creating Data Profile

The Data Profile feature provides a complete data field statistic – basic and detailed – containing information such as the data type, minimum/maximum values, data count, error count etc. The statistics are collected for each of the selected fields at the time the dataflow runs.

In this document, we will learn how to create a Data Profile in Astera Centerprise.

Using Data Profile

In this case, we will use data from a Customers Database Table Source.

1_data

We want to collect statistics on these fields of data. For this purpose, we will use Centerprise’s Data Profile feature.

1. To get the Data Profile object from the Toolbox, go to Toolbox > Data Profiling > Data Profile. If you are unable to see the Toolbox, go to View > Toolbox or press Ctrl + Alt + X.

2_toolbox

2. Drag-and-drop the Data Profile object onto the dataflow designer.

3_object

You can see that the Data Profile object is empty right now. This is because we have not mapped any fields to it yet.

3. Auto-map the fields from the source object onto the profile object.

4_mapping

Note: A Data Profile object is designed to capture statistics for an entire field layout. For this reason, it should be linked to the main Output port of the object whose field statistics you wish to collect.

Configuring the Data Profile Object

1. To configure the Data Profile object, right-click on its header and select Properties from the context menu.

5_properties

A configuration window will open. The first screen you will see is the Layout Builder. This is where we can create or delete fields, change field names, and their data type.

6_layout_builder

2. Click Next. This is the Properties window.

7_config_window

3. Here we will provide the Profile File path to specify where the profile should be stored.

8_file_path

4. Specify the type of Field Statistics to be collected.

9_field_statistics

Field Statistics dropdown allows you to choose detail levels of statistics to collect. Select among the following detail levels:

  • Basic Statistics: This is the default mode. It captures the most common statistical measures for the field’s data type.
  • No Statistics: No statistics is captured by the Data Profile.
  • Detailed Statistics – Case Sensitive Comparison: Additional statistical measures are captured by the Data Profile, for example Mean, Mode, Median etc. using case-sensitive comparison for strings.
  • Detailed Statistics – Case Insensitive Comparison: Additional statistics are captured by the Data Profile, using case insensitive comparison for strings.

In this case, we are collecting a Detailed Statistics – Case Sensitive Comparison

10

Click OK.

Executing the Task

1. After configuring the settings for the Data Profile object, click on the Start Dataflow icon ![11_ icon](creating-data-profiles.assets/11_ icon.PNG) from the toolbar located at the top of the window.

A Job Progress window will open at this instant and will show you the trace of the job.

12_job_progress

2. Click on the Profile link provided in the Job Progress window and the profile will open in Centerprise. Expand the Profile node to see each field inside the object. Click on these fields to see the collected statistical values.

13_profile