Re: parsing columns
- From: m.romani@xxxxxxxxxxx (Marcello)
- Date: Thu, 18 Aug 2005 10:35:04 +0200
Manav Mathur ha scritto:
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
How do you logically determine that "l2dat4" in line 2 is column 4 and not column 2??
Manav
Just a thought: because l2dat4 starting column is greater than column 4 header starting column ?
Marcello .
- Follow-Ups:
- Re: parsing columns
- From: Wiggins d'Anconia
- Re: parsing columns
- References:
- parsing columns
- From: Offer Kaye
- Re: parsing columns
- From: Manav Mathur
- parsing columns
- Prev by Date: Re: converting to FLOATING_POINT..
- Next by Date: Re: Newbie question about hash extraction
- Previous by thread: Re: parsing columns
- Next by thread: Re: parsing columns
- Index(es):