Method CreateMappingsFromColumnNames
CreateMappingsFromColumnNames(IList<string>, IList<string>)
Creates columns by attempting to match to expected column names(case insensitive).
The following names are checked:
- keyKeyColumn
- Project Locale's name, UnityEngine.Localization.LocaleIdentifier.ToString() or CodeLocaleColumn
Declaration
public static List<SheetColumn> CreateMappingsFromColumnNames(IList<string> columNames, IList<string> unusedNames = null)
Parameters
Type | Name | Description |
---|---|---|
IList<string> | columNames | The column names to create mappings for. |
IList<string> | unusedNames | Optional list that can be populated with the names that a match could not be found for. |
Returns
Type | Description |
---|---|
List<SheetColumn> |