Skip to content

Instantly share code, notes, and snippets.

@pkoppstein
Created December 26, 2018 09:36
Show Gist options
  • Save pkoppstein/e962076c25e75af201e958bdff92fdbf to your computer and use it in GitHub Desktop.
Save pkoppstein/e962076c25e75af201e958bdff92fdbf to your computer and use it in GitHub Desktop.
["1"]
["2"]
["3"]
["4"]
["5","a"]
["\"6\""]
["\"7\"","a"]
["8","b","c"]
["9","","c"]
["10","","c"]
["11","",""]
["12","b c","bSPACEc"]
["13","C1","C2","C3","C4","C5"]
["14","","\"","blank-comma-quote"]
["15"," ","two-spaces"]
["16"," ","single space followed by embedded,commas"]
["17","split\nthis\nline","And\nthis\ntoo"]
["18","next record has both embedded newline and dquote"]
["a\n\"b\"","c"]
["19","esctab","\\t","a"]
["20","embedded tab","\t","d"]
["21","foo\\\\nbar"]
["22","b,c\\\nd"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment