during the sync process of one of my modules, i received a sync error and this is what the log showed;
[07-28-26|14:32:17.292 - 10.4.0.1999 - CriticalError]: **Exception received: You can ignore bad data by setting BadDataFound to null.
Stack Trace:
at CsvHelper.CsvParser.Read()
at CsvHelper.CsvReader.Read()
at CsvHelper.CsvReader.GetRecords[T]()+MoveNext()
at TracerPlus_DotNetCore.Controllers.ImportDataController.Import(ImportDataJSON[] value)
Comment: (no additional detail)
How do i fix this?
[07-28-26|14:32:17.292 - 10.4.0.1999 - CriticalError]: **Exception received: You can ignore bad data by setting BadDataFound to null.
Stack Trace:
at CsvHelper.CsvParser.Read()
at CsvHelper.CsvReader.Read()
at CsvHelper.CsvReader.GetRecords[T]()+MoveNext()
at TracerPlus_DotNetCore.Controllers.ImportDataController.Import(ImportDataJSON[] value)
Comment: (no additional detail)
How do i fix this?