Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to read tab delimited text file

Status
Not open for further replies.

fyyap

Programmer
Oct 29, 2001
9
SG
Godd Day!!

I face a problem in how to read a tab delimited text file? Can anybody help?

Each line of the text file might appear in this format:-

e.g1: <data1><tab><data2><tab><data3><tab><data4><tab><data5>
e.g2: <data1><tab><tab><data3><tab><data4><tab><data5>
e.g3: <data1><tab><data2><tab><tab><tab><data5>

Or in other word, there might be an empty data in the middle of each line of record.

Please help as this urgent .

Thanks in advance :)

regards
feiyong
 
I would run a simple replace and replace each <tab><tab> with <tab> <tab> or <tab>null<tab> etc.

Tony
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top