Alex_xmdbtool_mapper specification
This table describes the alex_xmdbtool_mapper table:
Column | Type | Null | Description |
---|---|---|---|
mapper_id | Int | NOT NULL | PK |
original_file_name | Varchar(255) | NOT NULL | This is the name of the file received from the customer. |
original_file_name_mapping | Varchar(255) | NOT NULL | This defines the relative mapping for the incoming file name. If file name indicates a credit card, the mapping is the corresponding card type. If file name indicates a data file, the mapping is the mapping-specific incoming table name. |
command | Varchar(255) | NOT NULL | This column must have DBStatic commands. For example: UPLOAD_DATA_PROC or UPLOAD_CC_FEED or DOWNLOAD_DATA_PROC |
change_timestamp | datetime | NULL | This is the timestamp. |