Hi Friends,
I am new to this forum. I have some data generated in a CSV file with about 7 to 8 fields in it. I want to write a program (make some exe any way) to generate graphs using this data. For generating graph, i will have to first manipulate data in this CSV file. For example I will have to filter out data with particular names, do sorting and such sort before finally generating graph.
So my input is the csv file and the output is the graph generated after processing the data.
How can i do it? Is there some way to process data from .CSV files?
I was thinking to do it in .Net. Which is the best way to do?
The data field in csv file will be always same. Please give some help with the reason for that. Expecting a quilck reply...
Thanks
soorej 
|