CSV to Dictionary Parser

An asset by Anaxie Studio OHG
The page banner background of a mountain and forest
CSV to Dictionary Parser hero image

Quick Information

0 ratings
CSV to Dictionary Parser icon image
Anaxie Studio OHG
CSV to Dictionary Parser

Provides a singleton to parse csv files with an id column to dictionaries, grouped by that column.

Supported Engine Version
3.3
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
3 years ago
Git URL
Issue URL

godot-csv-to-dictionary

Provides a singleton called CsvToDictionaryParser with the parse function. It takes the path to the csv file and optionally the name of the column, the data is supposed to be grouped by (defaults to "id") and the delimiter (defaults to ","). The csv is read and grouped by the specified and column, which returns a dictionary. Booleans are parsed automatically if they are strings named "true" or "false" (case-insensitive).

Provides a singleton to parse csv files with an id column to dictionaries, grouped by that column.

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
CSV to Dictionary Parser icon image
Anaxie Studio OHG
CSV to Dictionary Parser

Provides a singleton to parse csv files with an id column to dictionaries, grouped by that column.

Supported Engine Version
3.3
Version String
1.0
License Version
MIT
Support Level
community
Modified Date
3 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers