Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 3184

How to skip only some characters while loading master data in to BPC NetWeaver on Very first time

$
0
0

Hi Experts,

 

I need to load data from flat file for Account dimension, but here in flat file there are some texts are there in starting which i need to remove for example ..

 

IN Flat file value is in below given format ..



TypeIDAccountType
01425AbcdCash Investment Account
02678AbcdMargin Account
03459Life Income Fund

 

 

Please note that i can handle this with ..

 

js: %external%.replace("Abcd","")

 

if you have constant prefix...

 

P.S. Even better - to search only in the beginning of the string (using regular expression):

 

js: %external%.replace(/^Abcd/,"")

 

^ - beginning of the string

 

but in my case i am loading data very fist time so i can not user conversion file ..


Thanks,

Ravi


Viewing all articles
Browse latest Browse all 3184

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>