Class Csv
Comma Separated Values (CSV) support. Used to transfer localized data and carry it from one step of the localization process to the other, while allowing interoperability between and among tools.
Namespace: UnityEditor.Localization.Plugins.CSV
Assembly: Unity.Localization.Editor.dll
Syntax
public static class Csv
Methods
Name | Description |
---|---|
Export(TextWriter, StringTableCollection, IList<CsvColumns>, ITaskReporter) | Exports a StringTableCollection using |
Export(TextWriter, StringTableCollection, ITaskReporter) | Exports all StringTable in |
ImportInto(TextReader, StringTableCollection, bool, ITaskReporter, bool) | Import the CSV data into |
ImportInto(TextReader, StringTableCollection, IList<CsvColumns>, bool, ITaskReporter, bool) | Import the CSV data into |