Create Column by Example
You can create a new column of data from an existing one by providing example values for the new column for values in the source column. With each successive example value, Transformation by Example (TBE) improves the quality of the output values, until you have the desired set of values for your newly generated column.
Limitations:
Transformation by Example works best for text-based inputs. Non-text inputs are treated as String type by the feature.
注記
Multi-value inputs, such as Object or Array data types, must be converted to String data type prior to transformation by example.
In the Transformer page, TBE is applied across the currently displayed sample. In the entire dataset, there may be outlier values that do not match any of the examples that you have provided.
ヒント
If your column data is quite varied, you should collect additional samples to verify that your TBE is properly matching all values in the column.
For more information, see Overview of TBE.
Steps:
In the Transformer page, locate the column to use as your source. From the column menu, select Create column from examples.
In the Transform Builder, enter the new column name.
In the following example, a new column called
zip
is being created from theAddresses
column:Double-click an empty cell in the Preview column to populate it with an example. In the above, the zip code from the first value has been entered into the Preview column:
92704-4321
.ヒント
You can copy values from the source column and paste them into the Preview column.
While many of the zip code values from other rows have been accurately populated, there are still some values that need fixing. In the following, you can see that one zip code was not properly extracted. Double-click in the Preview column for the third row and fix the value:
91935
:A quick scroll through the rest of the rows in the sample indicate that you have properly extracted the zip code values for all rows.
Click Add to Recipe.
The new
Zip
column is added to the dataset.