Cake addin for working with CSV files using the CSVHelper library
#addin nuget:?package=Cake.CsvHelper&version=0.3.1
dotnet add package Cake.CsvHelper --version 0.3.1
<PackageReference Include="Cake.CsvHelper" Version="0.3.1" />
Aliases
Contians functionality related to reading and writing CSV files.
ReadCsv
ReadCsv |
Reads a CSV file into a C# object. |
ReadCsv |
Reads a CSV file into a C# object. |
ReadCsv |
Reads a CSV file into a C# object. |
ReadCsv |
Reads a CSV file into a C# object. |
WriteCsv
WriteCsv |
Writes the records to the speficed file using the specified class mapp and settings. |
WriteCsv |
Writes the records to the speficed file using the specified class mapp and settings. |
WriteCsv |
Writes the records to the speficed file using the specified class mapp and settings. |
WriteCsv |
Writes the records to the speficed file using the specified class mapp and settings. |