Edit of asset "CSV Access" Accepted
| Old/Current | New/Edit | |
|---|---|---|
| Title | CSV Access | CSV Access |
| Description |
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) |
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) |
| Category | Scripts | Scripts |
| License | MIT | MIT |
| Repository Provider | GitHub | GitHub |
| Repository Url | https://github.com/QinZhuo/GodotCSVAccess | https://github.com/QinZhuo/GodotCSVAccess |
| Issues Url | https://github.com/QinZhuo/GodotCSVAccess/issues | https://github.com/QinZhuo/GodotCSVAccess/issues |
| Godot version | Godot 4.5 | Godot 4.5 |
| Version String | 1.0.0 | 1.0.0 |
| Download Commit | 443b73a10a6585bfdc371668d5617da9e0ffabe7 | 443b73a10a6585bfdc371668d5617da9e0ffabe7 |
| Download Url (Computed) | https://github.com/QinZhuo/GodotCSVAccess/archive/443b73a10a6585bfdc371668d5617da9e0ffabe7.zip | https://github.com/QinZhuo/GodotCSVAccess/archive/443b73a10a6585bfdc371668d5617da9e0ffabe7.zip |
| Icon Url |
https://raw.githubusercontent.com/QinZhuo/GodotCSVAccess/master/addons/CSVAccess/icon.png
|
https://raw.githubusercontent.com/QinZhuo/GodotCSVAccess/master/addons/CSVAccess/icon.png
|