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¶
|
Property Descriptions¶
Array[Dictionary] rows = []
🔗
void set_rows(value: Array[Dictionary])
Array[Dictionary] get_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.