Method CreateDefaultMapping
CreateDefaultMapping(bool)
Creates default mappings which include Key
Declaration
public static List<CsvColumns> CreateDefaultMapping(bool includeComments = true)
Parameters
Type | Name | Description |
---|---|---|
bool | includeComments | Should a column be added for comments extracted from metadata? |
Returns
Type | Description |
---|---|
List<Csv |
The list of column mappings. |