|
-
May 12th, 2009, 11:43 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Read plain text delimited by fieldnames
Hi,
for example I have this plain text:
ID=100000CUSTOMER=JohnAMOUNT=2300020INVOICES=123CALLS=12ID=100001CUSTOMER=MaryAMOUNT=589INVOICES=2CA LLS=0ID=1002122CUSTOMER=DanielAMOUNT=8900000INVOICES=5CALLS=1
etc etc
Where "ID", "CUSTOMER", "AMOUNT", "INVOICES", "CALLS" are fields and I need get its values.
is there any way, most automatic possible, to recover those values? If they were delimited by fixed delimiter, I could do it with split......
thanks in advance
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|