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