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

CSV: accept quotes ending mid-column #1858

Merged
merged 1 commit into from
Aug 7, 2019
Merged

Conversation

ennru
Copy link
Member

@ennru ennru commented Aug 6, 2019

Purpose

Allow quotes to end mid-column (those quotes disappear in output).

References

Reported in #1835

Background Context

The Alpakka CSV parser was strict on the second quote of a quoted column to end it. Instead, it now reads on as if the field wasn't quoted in the first place.

@ennru ennru added this to the 1.1.1 milestone Aug 6, 2019
Copy link
Contributor

@2m 2m left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Always nice to see code in the implementation decrease, and code in the tests increase.

@2m 2m merged commit 46b7445 into akka:master Aug 7, 2019
@ennru ennru deleted the csv-mid-field-quotes branch August 7, 2019 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants