File Helpers 2.9.9を使用していますが、クラッシュするだけでなく、不良レコードをスキップするにはどうすればよいですか?
object[] transactions = engine.ReadStream(textReader); // will crash if one record fails.
DateTimeにも問題があります。設定した形式を使用して「2011年12月22日」を変換できない理由がわかりません。
Error Converting '"12/22/2011"' to type: 'DateTime'. does not match any of the given formats: 'MM/dd/yyyy', 'MM/d/yyyy', 'M/d/yyyy'
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: FileHelpers.ConvertException: Error Converting '"12/22/2011"' to type: 'DateTime'. does not match any of the given formats: 'MM/dd/yyyy', 'MM/d/yyyy', 'M/d/yyyy'