Gurus ,
How to load the PARENTH1 and EVDESCRIPTION values from flat-file in to BPC dimensions ?
I get the values of EVDESCRIPTION and PARENTH1 directly in form of flat-files from my company.
What is the transformation file mapping do that ?
example - COMPANY is dimension
then can we do
COMPANY= *COL(1)
PARENTH1=*COL(2)
I did the above mapping but it didnt work
Thanks