I have logs stored in a txt file in the following format.
====== 8/4/2010 10:20:45 AM ================================== ==================================================
Donation Processing
====== 8/4/2010 10: 21: 42A M ================================== ==== ============
Sending information to the server
====== 8/4/2010 10:21:43 AM ================================== ========================================= ========== =
I need to parse these lines into a list in which the information between the lines "====" is counted as one record to be displayed on a web page using swap in ASP.NET MVC.
Example: the first record will be
====== 8/4/2010 10:20:45 AM ====================================================================== ===================
. ?