tspence / csharp-csv-reader

A lightweight, high performance, zero dependency, streaming CSV reading library for CSharp.

Home Page:http://tedspence.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Extend field data length to match #of field header

wvdvegt opened this issue · comments

A feature request: could you add an option extends the # of field data array of a line to the # of headers is it's shorter? As the outlook address data I'm processing is ragged the array length change every line.

It would mean headers would have to be present for this option to work.