BPC gurus,
I have a need to load MD from BW infoObject wherein I need to filter out certain BW values (beginning with letters X & certain numbers like 8XXXXXXXX).
I am thinking I should be able to use SKIPIF statement under the *OPTIONS in the Trnsformation File. I m using the following syntax:
SKIPIF=X | 8
Is the syntax correct?
How do you do the data preview before the transformation or conversion is applied? Is there way to see what was the record that came in the BPC DM from BW and what it transformed to?
I will appreciate your inputs.
Thanks.
Coomar
Hi,
You can just use wildcards in the conversion file as follows :
External Internal
X* *Skip
8* *Skip
You can validate the transformation file to see the transformed result based on transformation file.
Open transformation file and follow as below:
Data Manager-->Transformation File--> Validate & Process Transformation file
Hope it helps..
regards,
Raju
Add a comment