Skip to Content
0
Former Member
Feb 23, 2009 at 10:35 AM

BPC Data Conversion File

50 Views

Dear Experts,

I am trying to upload a Data file. Below is my Transformation file, Here i am also using a Conversional file. Data Conversion is working fine. After running "Apptend to Fact Tabel" package.

Converted data is not getting inserted.

-


*OPTIONS

FORMAT = DELIMITED

HEADER = YES

DELIMITER =

SKIP = 0

SKIPIF =

VALIDATERECORDS=YES

CREDITPOSITIVE=YES

MAXREJECTCOUNT=10

ROUNDAMOUNT=

*MAPPING

Account=*Col(1)

Categories=*Col(2)

RPTCurrency=*Col(3)

Employees=*Col(4)

Levels=*Col(5)

Time=*Col(6)

Project=*Col(7)

*CONVERSION

Project=[company]Test.xls!Conversion

-


Please need help.

Thanks,

Satish