Hello,
I have a some data files in different formats that
I want to parse into one file under a new standard format.
The different formats are below:
Format 1)
Vanderbilt,MI,9899660005,P,"Vanderbilt1 MI, US","Vanderbilt MI,
US",9899660005
Format 2)
Calgary,AB,403-770-4904,N
Format 3
Anniston,AL,256,2412285,A
Now format 3 is how I want to parse them all and
lay them out as: city,state,areacode,number,list
My main problem is not format 3, but how do you
seperate the areacodes from the other format?
Ex: Format 1) areacode and phonenumber is all one
9899660005 and I want it to be 989,966-0005
Format 2)
areacode and phonenumber is seperated by - and I want 403-770-4904 to be
,403,770-4904
I have jiggled code around and at a loss here :(
Any help would be appreciated.
Thank You, John
|
- [Perl-unix-users] how to get a directorylisting Pasi Valkeila
- RE: [Perl-unix-users] how to get a directorylisting Peter Eisengrein
- RE: [Perl-unix-users] how to get a directorylisting Sundara Rajan
- Re: [Perl-unix-users] Parsing jna
- Re: [Perl-unix-users] Parsing $Bill Luebkert
- Re: [Perl-unix-users] Parsing ronan
- Re: [Perl-unix-users] Parsing Jon Shorie
- [Perl-unix-users] Sorting jna
- Re: [Perl-unix-users] Sorting $Bill Luebkert