Reply
Generate Graph from a CSV File
Old 12-11-2007, 02:19 AM Generate Graph from a CSV File
Junior Talker

Posts: 2
Name: Soorej.M.G
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
soorejmg is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 12-11-2007, 03:46 AM Re: Generate Graph from a CSV File
Junior Talker

Posts: 2
Name: Soorej.M.G
PLease give some help
soorejmg is offline
Reply With Quote
View Public Profile
 
Old 12-11-2007, 12:53 PM Re: Generate Graph from a CSV File
Learning Newbie's Avatar
Moderator

Latest Blog Post:
What Does This Look Like?
Posts: 4,733
Name: John Alexander
Excel?

You can easily get at the CSV file with a StreamReader, but generating the graph is going to be a lot of work. I'd recommend a 3rd Party Component for that.

I'd also recommend this get moved to the .NET forum, or whichever other language you might use instead. Simply because there's no real database involved - you won't be using SQL to get at the information, you'll be doing it by hand.

The free version of C# will do everything you want, including making an exe file. You'll have to write the code, though. Which includes graphing if you don't want to use somebody else's component. That would involve manipulating a graphics object in memory then drawing or saving it to a file.
__________________
4 ways to improve the lives of the "bottom billion"

"HEY YOU KIDS GET OFF MY LAWN!" -John McCain
Learning Newbie is online now
Reply With Quote
View Public Profile
 
Reply     « Reply to Generate Graph from a CSV File
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11798 seconds with 13 queries