Hi All,
I'm new to RCP plug-in development. I'm currently developing a log parser application. The log is our custom log, which is collected from an occupancy sensor. The log format is as follows:
Quote:
Date Time Occupancy
06/05/2009 09.00 1
06/05/2009 09.30 1
06/05/2009 10.00 0
06/05/2009 10.30 0
06/05/2009 11.00 1
06/05/2009 11.30 1
06/05/2009 12.00 1
|
The above log means that the room is unoccupied from 10 to 11 and occupied rest of the time from 9 to 12.
I've designed a view with TableViewer control. I want to parse this file and form a Table so that I can bind it with TableViewer.
I've made an extensive search to find any plug-in which could parse the file and form a Table with Regular Expression... But couldn't make it up.
Please throw some light on solving the above problem.
Thanks in Advance...
Regards,
ArunDhaJ
ArunDhaJ's