I have a csv file with more number of headers. Each time I am getting this file, I wish to change the name of the headers.
Sample File:
Name Price .....
Cat 5000
Dog 8000
I wish to change the header name "Price" to "Rate". I can't do it manually each time. Is there any automation tool available so that i can feed in the required changes and the file which will inturn return the file after the applied changes.
Thanks