Andy Allord
Results
1
comments of
Andy Allord
I'm currently seeing this issue quite frequently. `using (var csv = new CsvReader(new StreamReader(importFile), false)) { csv.MissingFieldAction = MissingFieldAction.ReplaceByNull; using (var bulkCopy = new SqlBulkCopy(conClient)) { bulkCopy.DestinationTableName = "[" +...