emma johnson

emma johnson

  • NA
  • 16
  • 8.6k

File reading in c#

Apr 25 2013 12:30 AM
 
I want to read text file using c# , I have to extract certain data from this attached file i.e dataset. From this file I have to fetch following data i.e.

#* --- paper Title
#@ --- Authors
#t ---- Year
#c --- publication venue


"Paper titles" starts with #*, and then "authors" come i.e. starts with #@ etc.Where "paper titles","authors" etc, are column names.I have to extract values against these columns.
So, how to read this dataset file, for extracting specific data and writing this extracted data into another text file .

Answers (1)