Hi, I have a csv file having 3rd field as phone number series. In that field, some of the records are phone number ranges like 097611/4
Now I need to seperate this into 4 numbers and store them one after the other, like:- 097611 097612 097613 097614 There are more than 1000 records in the csv file and for each of them, I want to store as above. Thanks in advance for your help. Mihir