Re: [R] Update CSV file content

2012-10-09 Thread Jim Lemon
On 10/08/2012 08:20 PM, Rantony wrote: Hi, Here i have a csv file, it contain like this NAME UPDATED - -- ABCINDIA XYZ UK My requirement what is, i need to change the value inside the csv file (instead of INDIA i need to make it USA). NAME UPDATED ---

Re: [R] Update CSV file content

2012-10-08 Thread Hasan Diwan
Mr Akkara, On 8 October 2012 05:20, Rantony wrote: > > Here i have a csv file, it contain like this > > NAME UPDATED > - -- > ABCINDIA > XYZ UK > > My requirement what is, i need to change the value inside the csv file > (instead of INDIA i need to make it

[R] Update CSV file content

2012-10-08 Thread Rantony
Hi, Here i have a csv file, it contain like this NAME UPDATED - -- ABCINDIA XYZ UK My requirement what is, i need to change the value inside the csv file (instead of INDIA i need to make it USA). NAME UPDATED - -- ABCUSA XY