Hi,
I need to load a flat file data which is having two key figures and the data is for 12 months for each key figure..
So File is having 24 columns of data to be load. Format is as per below.
Dim1 | Time | APR_KF1 | MAY_KF1 | JUN_KF1 | JUL_KF1 | AUG_KF1 | SEP_KF1 | OCT_KF1 | NOV_KF1 | DEC_KF1 | JAN_KF1 | FEB_KF1 | MAR_KF1 | APR_KF2 | MAY_KF2 | JUN_KF2 | JUL_KF2 | AUG_KF2 | SEP_KF2 | OCT_KF2 | NOV_KF2 | DEC_KF2 | JAN_KF2 | FEB_KF2 | MAR_KF2 |
a1 | 2012 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 |
a2 | 2012 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 |
a3 | 2012 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 |
a4 | 2012 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 | 5 |
Now, In Transformation file, I need to produce member for time dimension, such that..if the KF data is for APR then member should be 2012.01, for MAY KF time should be 2012.02
How, should I map my TIME and ACCOUNT dimension in transformation file?
Regards,
Vishal