Hi there!
I’ve been using this extension for a year now and it’s been super helpful for me to manage all my game configurations, which I modify through Google Spreadsheet (which I then export to CSV).
Super useful, thanks a lot, @Pawel!
Now, I want to use it for its primary function, which is text localization. However, I’ve encountered an issue where some characters don’t export properly to CSV and cause problems when imported into the game. Examples of such characters include commas, line breaks, and perhaps others that slip my mind at the moment.
How should I manage these characters? Is there a trick to handling them before exporting to CSV? Or do you manage them directly in Defold?
I imagine there could be a workaround where I replace these characters in Google Sheet with temporary characters, then replace them again in Defold.
Basically:
Google Sheets
readable string string with temporary characters (via SUBSITUTE function) export csv
Defold
Import csv string with temporary characters readable string
What do you think? Is there another solution?