I am trying to make a high score table in my game, and I decided to use Google Sheets.
I followed the helpful tutorial by dop2000 to send data to a spreadsheet, and that works great, but now I am stuck, I can't convert the CSV output into an array that I can display.
I tried using the tutorial suggested at the end of the first one to read from the Google sheet, but it was made for Construct 2, and uses a plugin made for Construct 2.
How can I convert the CSV to an array? Or is there some easier way to do this?
Thanks!