UD_FEED_PARSER_MAPPING
Description
This table stores feed parser mapping configurations for data transformation.
Columns
| Column Name | Data Type | Description |
|---|---|---|
| ID | BIGINT | The unique identifier for the parser mapping. |
| FEED_ID | BIGINT | The feed ID associated with the mapping. |
| TARGET_ATTRIBUTE_NAME | VARCHAR(128) | The target attribute name. |
| TARGET_ATTRIBUTE_TYPE | VARCHAR(64) | The target attribute data type. |
| SOURCE_FIELD | VARCHAR(256) | The source field name. |
| VALUE_TRANSFORMATION_RULE | TEXT | The transformation rule for the value. |
| SOURCE_DATA_FORMAT | VARCHAR(128) | The format of the source data. |
| DESCRIPTION | TEXT | The description of the mapping. |
| IS_RECORD_TIMESTAMP | BIT | Indicates if this is the record timestamp field. |
| PROFILE_ID | BIGINT | The profile ID associated with the mapping. |
| CREATED_DATE | DATETIME | The date and time when the record was created. |
| CREATED_BY | BIGINT | The user ID who created the record. |
| UPDATED_BY | BIGINT | The user ID who last updated the record. |
| UPDATED_DATE | DATETIME | The date and time when the record was last updated. |