State based event's searching from files

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

State based event's searching from files

Esa Heikkinen

Hi

 

I’d like to build application, which reads many different type of csv-files (with time series data), searches certain events from cvs-files in the desired order and stores “attributes” of found events. The attributes can be used to search next searched event. This search process acts like state machine, where one state searches for one event. It must also be taken into account if the event can not be found or there some other problem during the searching.

 

Do you have any suggestion how to develop this kind of application ?

 

Best,

Esa