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

Use CSV library instead of String join/split #194

Open
hkeeler opened this issue Nov 24, 2015 · 0 comments
Open

Use CSV library instead of String join/split #194

hkeeler opened this issue Nov 24, 2015 · 0 comments

Comments

@hkeeler
Copy link
Member

hkeeler commented Nov 24, 2015

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.

@hkeeler hkeeler mentioned this issue Nov 24, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant