Up to date

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

CSV

Inherits: Resource < RefCounted < Object

CSV file loaded as a Dictionary inside the rows.

Description

CSV file loaded as a Dictionary inside the rows.

Properties

Array[Dictionary]

rows

[]


Property Descriptions

Array[Dictionary] rows = [] 🔗

Rows of the CSV file. If the headers checkbox is checked in the ResourceImporterCSV then the dictionary keys will be the header names, otherwise they will be numbers representing the index of the column.