Platform Analytics 7 Dataflow

Hourly License Denial By Feature datamart

Main ETL XML file

licDenialByFeature.xml

Output CSV files

licenseDenialByFeature.csv

Record sample

DATE,HOUR,WEEKDAY,COREHOUR,SHIFT,VENDOR,FEATURE,USERNAME,HOSTNAME,DENIALS

"2005-11-06",22,1,0,"Shift 3","lsf_ld","myjob1","dazhang","ib04b12",1.0

"2005-11-07",23,2,0,"Shift 3","lsf_ld","myjob1","dazhang","ib04b12",1.0

Column description

The Hourly License Denial by Feature datamart gets its information from the wi_licensedenialbyfeaturemart table.

The following table briefly describes each column and its source:
Column name
Source and description
DATE
This is the date portion of the localized time_stamp column in the wi_licensedenialbyfeaturemart table, and the format is "YYYY-MM-DD".
HOUR
This is the hour portion of the localized time_stamp column in the wi_licensedenialbyfeaturemart table.
WEEKDAY
This is the weekday number from the localized time_stamp column in the wi_licensedenialbyfeaturemart table, where "1" is Sunday, "2" is Monday, etc.
COREHOUR
The source is the localized time_stamp in the wi_licensedenailbyfeaturemart table. If the time_stamp is within the range of 9am to 5pm on Monday to Friday, this field returns 1, otherwise, it returns 0.
A value of 1 means that the data in this record is aggregated from the core_hour portion of the day (9am to 5pm, Monday to Friday).
SHIFT
This is based on the localized time_stamp in the wi_licensedenialbyfeaturemart table. The shifts transformer maps the localized time_stamp based on shift mapping and returns the user-defined shift.
VENDOR
The source is lic_vendor_name in the wi_licvendorcode table, which is based on lic_vendor_code in the wi_licensedenialbyfeaturemart table. The vendor name is mapped, and the mapped value is put into this field.
FEATURE
The source is lic_feature_name in the wi_licfeaturecode table, which is based on lic_feature_code in the wi_licensedenialbyfeaturemart table. The feature name is mapped, and the mapped value is put into this field.
USERNAME
The source is user_name in the wi_usercode table, which is based on user_code in the wi_licensedenialbyfeaturemart table.
HOSTNAME
The source is host_name in the wi_hostcode table, which is based on host_code in the wi_licensedenialbyfeaturemart table.
DENIALS
This value reflects the number of denials in this hour. The source value comes in the wi_licensedenialbyfeaturemart table.