On 6/24/07, Mihir Kamdar <[EMAIL PROTECTED]> wrote:
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
I recommend writing a Perl program to do this processing. Perl is excellent at text handling in general, and there are many modules on CPAN to help with the thornier tasks. Have you tried Perl yet? How far have you gotten? Where are you stuck? Cheers! --Tom Phoenix Stonehenge Perl Training -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/