Hi,
I have a csv file which has "1" in the column 5. I need to replace all "1" in column 5 to "1030".
The Pattern which would search for "1" in 5th column is given below.
'^"[^,]*","[^,]*","[^,]*","[^,]*","1"'
Can anyone help me with a Search and Replace step for this in Perl Script?
Any solution will be helpful.
Thanks,
Vasuki.