Mapping Data

This article contains the details for all of the mapping views that are available in Luminate's Data Share.

Musical Recording <> Song

Summary

VW_MR_SONG_MAP_DS provides the mapping between Musical Recordings (ISRCs) and Songs.

Details

Field NameData TypeDetails
MR_IDVARCHARUnique Luminate ID associated to the Musical Recording.
SONG_IDVARCHARUnique Luminate ID associated to the Song.
MODIFIED_ATTIMESTAMP_NTZA timestamp that indicates when the record was last modified within the Luminate database.

Musical Recording <> Musical Product

Summary

VW_MR_MP_MAP_DS provides the mapping between Musical Recordings (ISRCs) and Musical Products (barcodes).

Details

Field NameData TypeDetails
MR_IDVARCHARUnique Luminate ID associated to the Musical Recording.
ISRCVARCHARISRC associated to the Musical Recording.
MP_IDVARCHARUnique Luminate ID associated to the Musical Product.
ICPNVARCHARBarcode associated to the Musical Product.
MODIFIED_ATTIMESTAMP_NTZA timestamp that indicates when the record was last modified within the Luminate database.

Musical Product <> Musical Release

Summary

VW_MP_MREL_MAP_DS provides the mapping between Musical Products (barcodes) and Musical Releases.

Details

Field NameData TypeDetails
MR_IDVARCHARUnique Luminate ID associated to the Musical Product.
MP_IDVARCHARUnique Luminate ID associated to the Musical Release.
MODIFIED_ATTIMESTAMP_NTZA timestamp that indicates when the record was last modified within the Luminate database.

Musical Release <> Musical Release Group

Summary

VW_MREL_MRELG_MAP_DS provides the mapping between Musical Releases and Musical Release Groups (albums).

Details

Field NameData TypeDetails
MREL_IDVARCHARUnique Luminate ID associated to the Musical Release.
MRELG_IDVARCHARUnique Luminate ID associated to the Musical Release Group.
MODIFIED_ATTIMESTAMP_NTZA timestamp that indicates when the record was last modified within the Luminate database.

Airplay Station <> Format

Summary

VW_STATION_FORMAT_MAP_DS provides the mapping between airplay station and supported airplay formats.

Note: Station-to-format assignments are point-in-time, so the mapping can change depending on the timeframe that is being queried. Use the REPORT_DATE field to have the correct mapping information.

Also, not all station IDs are mapped to a Format ID. Unmapped stations should be grouped into a generic format (e.g. "Others").

Details

Field NameData TypeDetails
STATION_IDVARCHARUnique ID assigned to the airplay station
FORMAT_IDVARCHARUnique ID assigned to the airplay format
REPORT_DATEDATEThe date the station was assigned to the corresponding airplay format
MODIFIED_ATTIMESTAMP_NTZA timestamp that indicates when the record was last modified within the Luminate database.