|
Hi I am fairly new to the Forum and C++ programming
I have a data file in the following format:
Time,S_SUB_KPIA,S_SUB_KPIb,S_SUB_KPIc........,KV_KPIZ
12/10/2005-10:15,-6.78,-10.345,10,0,......,0.56
12/10/2005-10:30,-10.9,0,9.5,..............,0.56
...................................
Basically, I will have a user select data from the data file based on 2 parameters,
Time Frame, and the Devices (S_SUB_KPIA, S_SUB_KP1V) so basically the user might want data from Every Monday at 12pm for 3 months, for 5 devices out of the 100.
The user will pass these parameters from an interface I already programmed in Python.
My question is, what is the best way to search these values and return the results to a datafile or interface.
Thank You
|
|
|
|
|