Using Delphi XE, I have a JvCsvDataset
component that is loading a CSV file which has 27 fields.
When the component tries to load the file I get the following error :
Too many fields, or too many long string fields in this record. You must increase the internal record size of the CsvDataSet.
When try it with a CSV file that has only 24 fields, it works fine.
How do I increase the internal record size of the CsvDataSet
?
I've tried to reach Warren Postma who wrote the component but did not hear back from him.