I have a data set that includes goals and actuals for multiple campaigns. The way the data is listed is all in one row based on the Employee ID#. The data is listed in columns labeled as: STR Q1 Goal, STR Q2 Goal, STR Q1 Actual, STR Q2 Actual... I need to identify each column as referencing the Campaign (STR, LTR, Catering, etc), Quarter (Q1, Q2, Q3, Q4) and Component (Goal, Weight, Actual) in order to make my dashboard be functional.
Can someone help me? This is only my 2nd time working with a load script and the first time I didn't need to transform much data other than the dates.