Bundles icon indicating copy to clipboard operation
Bundles copied to clipboard

Escapes newline character in cell data, fixes multi-line text exports

Open mikeharty opened this issue 8 years ago • 2 comments

I noticed that multi-line text data was being output with actual linebreaks, rather than \n, which isn't valid JSON. This fixes that.

mikeharty avatar Jun 10 '16 15:06 mikeharty

Thanks, looks great. I'll test/merge this into master in a few days.

abhibeckert avatar Jun 11 '16 23:06 abhibeckert

Cool - I eventually discovered that the tab character needed to be escaped as well, added a second commit.

mikeharty avatar Jun 13 '16 16:06 mikeharty