mperdeck / LINQtoCSV

Popular, easy to use library to read and write CSV files.
197 stars 112 forks source link

do not seek beginning of stream #30

Open utillity opened 10 years ago

utillity commented 10 years ago

when a stream is passed, you must not seek it's beginning or change the position prior to working with it! I want to skip bogus data first so you must read from the position the stream was placed to.