adrenak/CsvUtility

Allow deserialization into fields without CsvItem attribute

adrenak opened this issue · 0 comments

When there's no csv attribute, assume that that field name is the same as the schema/header

CsvItem attributes should ideally only be required when the field and column headers change.