Skip to content

Commit

Permalink
Merge #25535
Browse files Browse the repository at this point in the history
25535: importccl:  refactor row csv logic from generic convert logic r=mjibson a=dt

This is a collection changes (tried to keep file renames on their own for git's sake) that split up the IMPORT logic to try to extract everything specific to CSV from the generic task of iterating over a file, pulling out "rows" (sets of strings) and then converting those to KVs, via parsing to datums. This is intended to be reused by non-CSV, text-base row formats (like mysql's OUTFILE).

Co-authored-by: David Taylor <[email protected]>
  • Loading branch information
craig[bot] and dt committed May 16, 2018
2 parents 024c2fa + 325258d commit aa9293b
Show file tree
Hide file tree
Showing 4 changed files with 662 additions and 522 deletions.
Loading

0 comments on commit aa9293b

Please sign in to comment.