cancel
Showing results for 
Search instead for 
Did you mean: 

Allow commas in the name while transferring to BPC

Former Member
0 Kudos

Hi,

I am trying to load data to a dimension in BPC, named CUSTOMER. The dimension has following properties:

ASM, SEGMENT, SHIP_TO_STATE,SHIP_TO_NAME and SHIP_TO_STATE apart from ID EvDescription and Scaling.

I have problem populating the SHIP_TO_NAME property. I am mapping that with 0NAME attribute of 0CUSTOMER from the BW side in my transformation file. And I have "," (Comma) in my name and I want to retain that in the BPC. How can I retain this comma while transferring the records?

I thought of possible option as changing the DELIMITER option from default "," to something else, but then it would be a problem to define the columns.

Also, if anyone knows how to change the delimiter of the output of transformation, if I dont want "," as my default delimiter?

Please help me on this one. Any help is appreciated.

Thanks,

Abhishek

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

I figured that out.

Put DELIMITER=TAB in *OPTIONS

It will allow the ","s.

I thought this will help who needs help on this.

Thanks,

Abhishek