Skip to content
Snippets Groups Projects
Commit 5f07781f authored by Christopher Bohn's avatar Christopher Bohn :thinking:
Browse files

Completed refactor

- Writing to CSV is now done with openCSV calls, and client is
  responsible for lifecycle of injected dependencies (closes #1)
- Because of the openCSV calls, commas within a field are now allowed
  on output, as is enclosing a field in quotes (closes #3)
- Because reading had already been rewritten using openCSV calls,
  reading already could handle quoted fields that contained commas; we
  simply didn't have a test for it until now (closes #2)
parent 3a347692
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment