bredelings / MCON

0 stars 0 forks source link

How to handle quoting when exporting to TSV? #4

Open bredelings opened 12 months ago

bredelings commented 12 months ago

We can always separate JSON values by a tab character, since JSON never contains unescaped tabs. Lets call such a format "TSJ".

However, this isn't necessarily valid TSV -- a JSON string would need to be mangled by TSV-quoting in order to be valid TSV.

How should we handle this?