Servant-Software-LLC / FileBased.DataProviders

ADO.NET & EF Core Data Providers for common serializable formats (JSON, XML, and CSV) stored to disk.
2 stars 1 forks source link

Investigate removal of CsvHelper #67

Open DaveRMaltby opened 1 month ago

DaveRMaltby commented 1 month ago

With the implementation of #48 , we now use the DataFrame class to import part of the data to infer the data types. Not sure, if this class can handle all the scenarios that CsvHelper can and so we need an investigation. Currently we check 10 rows of CSV data to figure out data types, but reimport all the CSV data in CsvHelper.