Successfully exported to CSV!

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”"

Unfortunately this only worked on my windows PC. On iOS %0A did not register as next line.
There’s also a URL length limit, so if there’s too much data it doesn’t work.

Hello @joemoukarzel88skm4pi
Unfortunately, we don’t have a solution for this at the moment but that you for sharing more information.

1 Like