parsing columns
- From: offer.kaye@xxxxxxxxx (Offer Kaye)
- Date: Sat, 13 Aug 2005 16:22:09 +0300
Hi all,
I have a text file with columns, where the columns may not be aligned,
and not all lines may have data in all columns:
header1 header2 header3 header4
------------------------------------------------------------
l1dat1 l1dat2 l1dat3 l1dat4
l2dat1 l2dat4
l3veryveryveryverylongdat1 l3dat2
As you can see, line1 has all data, line2 is missing clomuns 2 and 3,
line 3 is a mess :)
Any thoughts on parsing such a "table"?
Please don't offer solutions suggesting to change the way the text
file is written, I have no control over that...
Regards,
--
Offer Kaye
.
- Follow-Ups:
- Re: parsing columns
- From: Robert Citek
- Re: parsing columns
- From: Manav Mathur
- Re: parsing columns
- From: Wiggins d'Anconia
- Re: parsing columns
- Prev by Date: Re: Passing nested hash to a function
- Next by Date: RE: Passing nested hash to a function
- Previous by thread: Re: Passing nested hash to a function
- Next by thread: Re: parsing columns
- Index(es):
Relevant Pages
|