Class reference

ResourceImporterCSVTranslation

Inherits ResourceImporter

Imports comma-separated values

Description

Comma-separated values are a plain text table storage format. The format's simplicity makes it easy to edit in any text editor or spreadsheet software. This makes it a common choice for game localization. Example CSV file:

		keys,en,es,ja
		GREET,"Hello, friend!","Hola, amigo!",こんにちは
		ASK,How are you?,Cómo está?,元気ですか
		BYE,Goodbye,Adiós,さようなら
		QUOTE,"""Hello"" said the man.","""Hola"" dijo el hombre.",「こんにちは」男は言いました
		

Properties

int delimiter = 0

The delimiter to use in the CSV file. The default value matches the common CSV convention. Tab-separated values are sometimes called TSV files.

Tutorials

Source revision 5592dc3a7a61
Connection interrupted. Reload×

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please retry or reload the page.