Quantcast
Channel: SCN : All Content - ABAP Development
Viewing all articles
Browse latest Browse all 8332

Abap logic

$
0
0

Hi Experts,

 

I have small query,

Let's say i have data in notepad as

 

 

abc,"sunil,kumar",100,"praveen,kumar".

xyz,"sateesh,kumar",200,"sukesh,kumar".

 

Now my requirement is , i want to replace the , with + symbol but the , in the (double quotes)  should remain as it is.

My Expected output is :

 

 

abc+"sunil,kumar"+100+"praveen,kumar".

xyz+"sateesh,kumar"+200+"sukesh,kumar".

 

 

Hope u got my question.

 

Regards,

RaviChandra.


Viewing all articles
Browse latest Browse all 8332

Trending Articles