[EditorScript] Convert CSV to Lua Table with Keyed or Array Output

Hi everyone! :waving_hand:

I created an EditorScript to help you convert .csv files into clean and structured Lua tables.

What’s special about this script is that it supports CSV exported from Notion, including relational link fields with embedded Notion URLs.

GitHub Link:
github.com/yeqwep/csv2lua-defold_editor

I personally like managing data using keys, so I’ve added some special features to support that workflow.
For more details, check out the README.
Happy Defolding! :video_game::sparkles:

10 Likes