Cake addin for working with CSV files using the CSVHelper library
#addin nuget:?package=Cake.CsvHelper&version=0.3.0
<package id="Cake.CsvHelper" version="0.3.0" />
dotnet add package Cake.CsvHelper --version 0.3.0
<PackageReference Include="Cake.CsvHelper" Version="0.3.0" />
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. |