Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplify csv.rb #69

Merged
merged 4 commits into from
Jun 30, 2016
Merged

simplify csv.rb #69

merged 4 commits into from
Jun 30, 2016

Conversation

s12chung
Copy link
Contributor

@s12chung s12chung commented Jun 9, 2016

closes #48

the key to the refactor is not needing to handle errors in csv.rb because there are 1-csv to many-errors-for-every-line. 1-to-1 relationships are easier to handle. so instead we have 1-row_model to 1-error-for-every-line.

need to clean up children hack: #70

@s12chung s12chung mentioned this pull request Jun 15, 2016
@s12chung s12chung merged commit 8006a29 into master Jun 30, 2016
@s12chung s12chung deleted the csv_cleanup branch June 30, 2016 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Simplify CsvRowModel::Import::Csv
1 participant