TD_ConvertTo converts the specified input table columns to specified data types to ensure that the data in the specified columns is in the correct format for efficient data processing. This function performs a conversion operation on the specified columns of an input table. This operation enables the user to convert the input table columns to the desired data types, allowing for consistency and compatibility with downstream operations.
TD_ConvertTo follows this process:
- Select the column for which you want to alter the data type.
- Use TD_ConvertTo to convert the data in the selected input table column into a specific data type.