Convert CSV records to TSV: Difference between revisions

try discard again
(discard previous edits -- I overlooked the r'REGEX somehow)
Tag: Manual revert
(try discard again)
Line 23:
ws = ' '
 
unquoted_field := r'[^,"]*'
 
quoted_field_content := r'(("")|([^"]))*'
</pre>
Since it has already been stipulated that partitioning of a file into
6,962

edits