Contents:
Through the data type menu in each column, you can select different data types, including custom ones. You can also create custom data types.
A custom data type is similar to the pre-defined data types, except that you provide a dictionary file of all accepted values. During data validation, values in a column of a custom data type are validated against the dictionary file to determine if the data is valid or not.
NOTE: After a custom type has been created, a platform restart is required. Please contact your Alteryx administrator.
Custom data types can be specified by regular expression patterns or by values defined in an uploaded dictionary file. For more information, see Create Custom Data Types Using RegEx.
Dictionary File Format
For more information on the specification for file-based dictionaries, Create Custom Data Types.
Create Custom Type tab
Upload your dictionary file and select the column in it to use for validation of the data type.
Figure: Create Custom Type tab
Steps:
- Click Upload Dictionary.
- Select your CSV file. Expand the caret next to the filename. Select the column to use for data validation.Name your new custom data type.
- Click Save.
The new data type is applied to the currently selected column.
Use Existing Custom Type tab
Select the custom data type to apply to the currently selected column. Click Save.
Figure: Use Custom Type tab
This page has no comments.