hi everyone,
My problem goes like this (*.d) which can be opened using wordpad.
Now I need to replace some strings inside my file which is enclosed within double quotes.
I have to use a I/P file as a text delimited file which have two columns first column old string and the second one is new string.
As Im new to python language can some one help me how to start with it..?
Thanks in advance.
My problem goes like this (*.d) which can be opened using wordpad.
Now I need to replace some strings inside my file which is enclosed within double quotes.
I have to use a I/P file as a text delimited file which have two columns first column old string and the second one is new string.
As Im new to python language can some one help me how to start with it..?
Thanks in advance.
Comment