Up to date

This page is up to date for Godot 4.3. If you still find outdated information, please open an issue.

ResourceImporterCSV

Inherits: ResourceImporter < RefCounted < Object

Importer for CSV files.

Description

Importer for CSV files.

Properties

int

delimiter

0

bool

headers

true


Property Descriptions

int delimiter = 0 🔗

Delimiter of the CSV file. Comma,Semicolon,Tab or Pipe.


bool headers = true 🔗

Whether the CSV file has headers.