docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    Csv
    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 columnMappings to control the contents of each exported column. CreateDefaultMapping(bool).

    Export(TextWriter, StringTableCollection, ITaskReporter)

    Exports all StringTable in collection using default column mappings generated through CreateDefaultMapping(bool).

    ImportInto(TextReader, StringTableCollection, bool, ITaskReporter, bool)

    Import the CSV data into collection using columnMappings to control what data will be imported. See KeyIdColumns and LocaleColumns for further details.

    ImportInto(TextReader, StringTableCollection, IList<CsvColumns>, bool, ITaskReporter, bool)

    Import the CSV data into collection using default column mappings generated using CreateDefaultMapping(bool).

    In This Article
    • Methods
    Back to top Copyright © 2025 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, January 20, 2025