TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Steve Favis
NA
6
10.5k
CSV parse problem.
Dec 7 2010 4:23 PM
I want to read file input from a .csv and assign each column to a variable, then repeat for each line overwriting the previous lines variable assignments.
eg .csv file, 6 columns :
Date, high, low, close, volume, adj close
01/01/2010, 21.2, 18.5, 20.2, 23839402, 20.2.
I can't for the life of me figure this out probably because I am new to c# and am not sure about all the supported string processing functions . I have no idea how to process the string after getting a whole line with string.ReadLine(). Thanks in advance!
Reply
Answers (
12
)
How to break a heavy loop by a pressing a button
random guessing game