ellio246t
Results
1
issues of
ellio246t
e.g. File with one row where Age is null FirstName,LastName,Age,Date of Birth John,Doh,,09/06/1947 Here's the map: [DelimitedFile(Delimiter = ",", Quotes = "\"", HasHeader = true)] public class PersonRecordWithAttributeMap { [DelimitedField(1)]...
bug