Hacker News new | ask | show | jobs
by mdahlstrand 2076 days ago
Second code example:

  fileURL = saveFile("export.csv", jsonStr);
(you should be writing csvStr to the file, not jsonStr)
1 comments

Updated, thanks team! (should show up in a few mins)