I have a text file which represents a log of activity in using a software licence. The license server records each issue and return of the licence on a seperate line of the file.
Every day, an entry in the file reads something like "DATESTAMP: YYYYMMDD"
Then there are a series of lines which read "TIMESTAMP: HHMMSS"
What I want to do is associate each timestamp with the latest datestamp to appear above it in the file, and create this as an attribute on each timestamp feature.
Does anyone have any suggestions?
Thanks in advance, Riley