This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.CsvHelper.
Summary
Contians functionality related to reading and writing CSV files.
- Assembly
- Cake
.CsvHelper .dll - Namespace
- Cake
.CsvHelper - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["CsvHelperAliases"]
class Type type-node
Syntax
public static class CsvHelperAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
ReadCsv |
IEnumerable |
Reads a CSV file into a C# object.
static
|
ReadCsv |
IEnumerable |
Reads a CSV file into a C# object.
static
|
ReadCsv |
IEnumerable |
Reads a CSV file into a C# object.
static
|
ReadCsv |
IEnumerable |
Reads a CSV file into a C# object.
static
|
WriteCsv |
void |
Writes the records to the speficed file using the specified class mapp and settings.
static
|
WriteCsv |
void |
Writes the records to the speficed file using the specified class mapp and settings.
static
|
WriteCsv |
void |
Writes the records to the speficed file using the specified class mapp and settings.
static
|
WriteCsv |
void |
Writes the records to the speficed file using the specified class mapp and settings.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|