Skip to content
This repository was archived by the owner on Jan 8, 2020. It is now read-only.
This repository was archived by the owner on Jan 8, 2020. It is now read-only.

Use CSV library instead of String join/split #194

@hkeeler

Description

@hkeeler

We're currently using generic String operations for CSV processing. This is going to cause problems as there's a high likelihood we'll have commas in our data, especially address strings. We should use a proper CSV library instead.

scala-csv may be a good fit. Looks like it even supports streaming.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions