The data grid in the Transformer Page displays how your current recipe applies to the data in your currently selected sample.


Data Grid Panel

Data not displayed: From Flow View you can choose to edit your recipe without loading a sample for faster editing. You can select a different sample with the data grid off. If needed, click Enable data grid to load the currently active sample. 

NOTE: This feature can be enabled or disabled by an administrator.  

Select:

Scroll:

Tip: If the contents of a cell are too large for the display, you can click the Caret ( > ) icon to the right of the cell value in the data grid to display the entire contents of the cell.

Add or Edit:

Ordering:

You can reorder the rows based on the values in a column. From the Column menu, select Sort A → Z. For more information, see Column Menus.

Transformer Toolbar

At the top of the data grid, you can use the toolbar to quickly build common transformations, filter the display, and other operations. See Transformer Toolbar.

Status Bar

Below the data grid, you can review summary information about the data in your currently selected sample. You can review the number of data types and rows and column information for the sample currently displayed in the data grid. These metrics are updated based on the recipe steps that you apply to the sample.


Sample Status bar

The status bar contains metrics about the current dataset sample for the currently selected recipe step.

Tip: Before you begin transforming your data, you might want to verify the columns and count of data types against the data before it was imported. If there are discrepancies, you might want to investigate the differences. Unless your sample includes the entire dataset, row counts should differ.

NOTE: In the running environment, results can differ between executions of the same recipe due to its parallel execution and data limiting within the Transformer page. In particular, joins with multiple matches per key can sometimes cause a difference in the number of reported rows when the job is re-executed.

Show only affected:

When transformation steps are previewed, you can use these checkboxes to display only the previewed changes for affected rows, columns, or both.

Tip: These options assist in narrowing the data grid display to only the steps affected by the current recipe step.

Find Column

In a wide dataset, click the Find icon in the Transformer toolbar to locate the column of interest.

Find column search bar


Column Information

Column header, data quality bar, and histogram
ItemDescription
Data type

Identifies the selected data type, which can be inferred by the application based on the contents of the column. Click the icon to change the data type.

Tip: Before you start performing transformations on your data based on mismatched values, you should check the data type for these columns to ensure that they are correct. For more information, see Supported Data Types.

See Supported Data Types.

Column nameTo change the column name, select Rename... from the column menu.
Column menuDepending on the column data type, you can select from a set of predefined recipe steps in the column menu under the caret on the right side of the menu. See Column Menus.
Data quality bar

The horizontal line shows valid, missing, and mismatched values in the column compared to the column's data type.

Tip: You can click these colored bars to generate suggestion cards for transformations to act on these types of values.

See Data Quality Bars.

Column histogram

For each column, you can see the range and frequency of values in the column.

Tip: You can select one or more values a histogram to generate suggestion cards.

See Column Histograms.

Selecting columns

Selecting values

You can click and drag to select values in a column:

Row Information

On the left side of the screen, you can see a column of black dots. If you hover over one of these, you can see the current row number and, if the information is still available, the row number for the row from the original source data. These values apply only to the sample in the current dataset.

Tip: To review the original row number for a row, hover over the black dot in the data grid. These values can be referenced using the $sourcerownumber reference in your recipe steps. Some transformation steps, such as pivot and union, may make the original row information invalid or otherwise unavailable, which disables this option. See Source Metadata References.

Filter Data Grid

From the Filters drop-down, you can define filters to apply to columns, rows, or both in the data grid. See Filter Panel.

Transformation Preview

Before a transformation in development has been added to the recipe, a preview of the results is generated in the data grid. See Transform Preview.

Target Matching Bar

When a target has been assigned to your recipe, you can review the column names and data types that are expected for the target in the Target Matching bar above the column histograms.

Target Matching Bar

In the Target Matching bar, you can review how the target above matches the current recipe below. For each column, matching assesses:

Tip: Two solid green schema tags indicate a perfect match based on the above conditions.

Actions:

For more information on the schema tags, see Column Browser Panel.