Method CreateDefaultMapping
CreateDefaultMapping(bool)
Creates default mappings which include KeyIdColumns and a LocaleColumns for each project locale.
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<CsvColumns> | The list of column mappings. |