Collect
Modify Configuration of Data Source Table Columns
To modify the configuration of data source table columns:
- Click Targets in the Navigation pane.
- Click Sources for a target.
- Click Schedule Groups for a source.
- Click Tables for a schedule group.
- Click Vertical View for a table.
- Click General Information tab.
- Click the Columns icon for a table.
-
Click Edit for a column to modify the table column.
Or
Click Add to add a new column to the table.
View the field descriptions for the Data Source Table Columns page’s Vertical View
- Enter column name converted to the defined data type and loaded into the target table in Column field.
- Enter the data type of the source column in From Data Type field.
- Enter the data length of the source column in From Data Length field.
- Enter the data precision (total number of digits) of the source column in From Data Precision field.
- Enter the data scale (number of digits after the decimal point) of the source column in From Data Scale field.
- Enter the nullable flag of the source column in From Nullable field.
- Enter the data type to create tables in the database in Table Create Data Type field.
- Enter the data type of the target column in To Data Type field.
- Enter the data length of the target column in To Data Length field.
- Enter the data precision (total number of digits) of the target column in To Data Precision field.
- Enter the data scale (number of digits after the decimal point) of the target column in To Data Scale field.
- Enter the nullable flag of the target column in To Nullable field.
-
Enter the source system SQL function or command to download data from the source in Column Override field.
NOTE: The Column Override field allows for source system function commands to be overridden when data is loaded into the target SQL server tables, for example, TO_CHAR(ORDER_TIMESTAMP,’YYYYMMDD’) as Order_Timestamp.
- Click Save.