I’ve been reading all the posts on exporting to CSV and I couldn’t find a solution.
I figured it out. The key was to use %0A
instead of \n
for next line.
I also used Muneer’s github webcode to download csv:
https://muneeralshaikh.github.io/webCodes/Create-file.html?content-data=
This isn’t a perfect solution, as all the data loads from the second column, because it adds a comma between lists, but i cant remove all commas as CSV requires that for “next cell”"