Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

CSV Access

An asset by qinzhuo
The page banner background of a mountain and forest
CSV Access hero image

Quick Information

0 ratings
CSV Access icon image
qinzhuo
CSV Access

A plugin to access CSV files in dictionary form, which can be used to modify translation files and data files in code.## Usage### Load CSV Datavar data = CSVAccess.load_csv_data("res://demo/test.csv")### Modify CSV Datadata["key_1"]["en"] = str("key_1_ ", randi())data["key_2"] = {en = str("key_2_ ", randi())}data["key_3"] = {"en": str("key_3_ ", randi())}### Save CSV DataCSVAccess.save_csv_data("res://demo/test.csv", data)

Supported Engine Version
4.5
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
16 hours ago
Git URL
Issue URL

A plugin to access CSV files in dictionary form, which can be used to modify translation files and data files in code.

## Usage

### Load CSV Data

var data = CSVAccess.load_csv_data("res://demo/test.csv")

### Modify CSV Data

data["key_1"]["en"] = str("key_1_ ", randi())
data["key_2"] = {en = str("key_2_ ", randi())}
data["key_3"] = {"en": str("key_3_ ", randi())}

### Save CSV Data

CSVAccess.save_csv_data("res://demo/test.csv", data)

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 Access icon image
qinzhuo
CSV Access

A plugin to access CSV files in dictionary form, which can be used to modify translation files and data files in code.## Usage### Load CSV Datavar data = CSVAccess.load_csv_data("res://demo/test.csv")### Modify CSV Datadata["key_1"]["en"] = str("key_1_ ", randi())data["key_2"] = {en = str("key_2_ ", randi())}data["key_3"] = {"en": str("key_3_ ", randi())}### Save CSV DataCSVAccess.save_csv_data("res://demo/test.csv", data)

Supported Engine Version
4.5
Version String
1.0.0
License Version
MIT
Support Level
community
Modified Date
16 hours 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