Up to date

This page is up to date for Blazium 0.4.90 (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.