Hi All,
I have a pipe delimited file with around 30 fields. What is the simple way to Update a value for any column. For ex. If i want to update 22 field with "album".
Similarly, how to do this for the whole file and selective records of the file.
Example file contents:
f1,f2,f2,f4,f5,f6
11, , ,22,33,44
11, , ,22,33,44
11, , ,22,33,44
11, , ,22,33,44
11, ,xx,22,33,44
- How to update f2 value with "ZZ"
- How to do the same for only selective records say only for first 3 lines.
Thanks in Advance.
Regards,
Joe