There is a website which gives me the information of pin codes of a particular state for example indian postal website, gives the details when I select the state in the drop down.
I need to write the script in ruby which would create the CSV file with all the data for a particular state.
Today is my first day on ruby and not sure how to approach this. Any help in the right direction would be appreciated.
Thanks