Collect

Modify Configuration of Data Source Table Columns

Data Source table columns can either be modified or directly added or deleted from Collect.

To modify the configuration of data source table columns:

  1. Click Targets in the Navigation pane.
  2. Click Sources for a target.
  3. Click Schedule Groups for a source.
  4. Click Tables for a schedule group.
  5. Click Vertical View for a table.
  6. Click General Information tab.
  7. Click the Columns icon for a table.
  8. 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

  1. Enter column name converted to the defined data type and loaded into the target table in Column field.
  2. Enter the data type of the source column in From Data Type field.
  3. Enter the data length of the source column in From Data Length field.
  4. Enter the data precision (total number of digits) of the source column in From Data Precision field.
  5. Enter the data scale (number of digits after the decimal point) of the source column in From Data Scale field.
  6. Enter the nullable flag of the source column in From Nullable field.
  7. Enter the data type to create tables in the database in Table Create Data Type field.
  8. Enter the data type of the target column in To Data Type field.
  9. Enter the data length of the target column in To Data Length field.
  10. Enter the data precision (total number of digits) of the target column in To Data Precision field.
  11. Enter the data scale (number of digits after the decimal point) of the target column in To Data Scale field.
  12. Enter the nullable flag of the target column in To Nullable field.
  13. 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.

  14. Click Save.