DataTable data back into .CSV

Hi Unreal Community

I was not sure what section to put this in but I thought the solution might be in a plugin.

I am currently working on a project for work that takes spreadsheet data from excel and displays it more visually for my customers. I am able to do everything I am wanting to do so far but I was thinking of having my customers be able to input data like comments. The problem is my office uses the data in Excel format. Is there anyway to write information back to a DataTable and if so is it possible to get DataTable data back into .CSV format.

Thank you for any help you can give.

Rama’s Victory Plugin has a node called SaveStringTextToFile, so it’s just a matter of formatting your string.

Thank you for the quick response. That plugin will work great if I can edit the DataTable. Does anyone know if I can edit the DataTable in Unreal?

You’ll want to store the data table as an array and edit that. Then use the edited array to construct your string for saving.