Releases: FolkerKinzel/CsvTools
2.0.0-beta.10
- Fixes text encoding issues when importing CSV data from Excel
Project reference: On some systems, the content of the CHM file in the Assets is blocked. Before opening the file right click on the file icon, select Properties, and check the "Allow" checkbox - if it is present - in the lower right corner of the General tab in the Properties dialog.
2.0.0-beta.9
- Fixes usability issues.
Project reference: On some systems, the content of the CHM file in the Assets is blocked. Before opening the file right click on the file icon, select Properties, and check the "Allow" checkbox - if it is present - in the lower right corner of the General tab in the Properties dialog.
2.0.0-beta.8
- Fixes a usability issue.
Project reference: On some systems, the content of the CHM file in the Assets is blocked. Before opening the file right click on the file icon, select Properties, and check the "Allow" checkbox - if it is present - in the lower right corner of the General tab in the Properties dialog.
2.0.0-beta.7
- Fixes issues with
DelimiterAnalyzer
- New static method
Csv.GetExcelParameters()
Project reference: On some systems, the content of the CHM file in the Assets is blocked. Before opening the file right click on the file icon, select Properties, and check the "Allow" checkbox - if it is present - in the lower right corner of the General tab in the Properties dialog.
2.0.0-beta.6
- Optional
char delimiter = ','
parameter in several methods
Project reference: On some systems, the content of the CHM file in the Assets is blocked. Before opening the file right click on the file icon, select Properties, and check the "Allow" checkbox - if it is present - in the lower right corner of the General tab in the Properties dialog.
2.0.0-beta.5
Starting with this version, mapping functionality and type converters
are in the separate package FolkerKinzel.CsvTools.Mappings. This ensures that only what is really needed needs to be installed.
Project reference: On some systems, the content of the CHM file in the Assets is blocked. Before opening the file right click on the file icon, select Properties, and check the "Allow" checkbox - if it is present - in the lower right corner of the General tab in the Properties dialog.
2.0.0-beta.4
- Dependency update
- The
Csv
class now has the ability to determine the case-sensitivity of column names automatically.
Project reference: On some systems, the content of the CHM file in the Assets is blocked. Before opening the file right click on the file icon, select Properties, and check the "Allow" checkbox - if it is present - in the lower right corner of the General tab in the Properties dialog.
2.0.0-beta.3
- Better implementation of
IDisposable
- More options for the extension methods in
CsvExtension
Project reference: On some systems, the content of the CHM file in the Assets is blocked. Before opening the file right click on the file icon, select Properties, and check the "Allow" checkbox - if it is present - in the lower right corner of the General tab in the Properties dialog.
2.0.0-beta.2
- Fixes an issue with
CsvAnalyzer
- Makes the
CsvExtension
methods more generic
Project reference: On some systems, the content of the CHM file in the Assets is blocked. Before opening the file right click on the file icon, select Properties, and check the "Allow" checkbox - if it is present - in the lower right corner of the General tab in the Properties dialog.
2.0.0-beta.1
Starting with this version, CsvRecordMapping
and the type converters
are in the separate package FolkerKinzel.CsvTools.Mappings.
Project reference: On some systems, the content of the CHM file in the Assets is blocked. Before opening the file right click on the file icon, select Properties, and check the "Allow" checkbox - if it is present - in the lower right corner of the General tab in the Properties dialog.