Ward727a / godot_datatable_plugin

A plugin that allow you to create datatable like Unreal Engine, but in Godot!
https://godotengine.org/asset-library/asset/2986
MIT License
46 stars 3 forks source link

Importing and exporting csv files #10

Open icebamboo97 opened 1 month ago

icebamboo97 commented 1 month ago

I appreciate your work!!!

Is your feature request related to a problem? Please describe. I always miss the table tool when I want to change data in bulk, like when I want to replace the names of all the props in a props table in bulk, or change their prices in bulk

Describe the solution you'd like Importing and exporting csv files

Additional context I've made simple csv import and export tools for myself, which I've found quite handy so far. I also extended the widget for myself to add items in bulk from folders, which creates a new item based on the name of each file, and can reference a property of a resource type to that file.

csv
Ward727a commented 1 month ago

Hello, first thanks you, I'm really happy to know that you like the plugin! 😃

This feature is already being worked on, and it will be released with the export/import of custom resource too, for now I don't really know when the version will be release, as I edited the way I save the data tables, I need to be sure to convert with success the data to the new data format, so I need to have the time to test this before releasing it :)

Thanks you, and if you got any question / idea, do not hesitate to ask me, I am open to discussion and opinions!