extracting records to an associative array



I have a text file exactly like this:

Name: John Doe
Address: 123 Main St
City: New York
State: NY
Zip: 10128
Name: Jane Doe
Address: 456 Main St
City: Syracuse
State: NY
Zip: 10022
Name: John Smith
Address: 789 Main St
City: Poughkeepsie
State: NY
Zip: 101010
Name: Bob Smith
Address: 987 Main St
City: Tarrytown
State: NY
Zip: 10000

Can someone help me get this into an associative array? I tried
Template::Extract but could not get it to work without stuffing some
garbage in between the records.

.



Relevant Pages

  • Re: display each record only once
    ... without seeing duplicate info for each agent. ... record for each city they cover. ... John Doe - 04/2006 ... John Smith - 05/2006 ...
    (microsoft.public.access.reports)
  • RE: Masking an ID
    ... I assume that you probably have fields for State, and City in your datebase. ... With a table for Cities and one for States, or a combined table that contains ... My boss would like for a certain attendee to reflect the area that they are ... John Doe - from Hartford, ...
    (microsoft.public.access.tablesdbdesign)
  • Re: extracting records to an associative array
    ... >> Name: John Doe ... >> City: New York ... >> Can someone help me get this into an associative array? ... "Reply" at the bottom of the article headers. ...
    (comp.lang.perl.misc)
  • Re: extracting records to an associative array
    ... > Name: John Doe ... > City: New York ... > Can someone help me get this into an associative array? ... This assumes that each record consists of exactly 5 lines. ...
    (comp.lang.perl.misc)
  • Re: Help with report with query using subform
    ... John Doe ... City, State ... You know the saying: sometimes a picture ...
    (microsoft.public.access.reports)