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

Fix escaping by using RFC compliant parser #565

Merged
merged 1 commit into from
Nov 7, 2024
Merged

Fix escaping by using RFC compliant parser #565

merged 1 commit into from
Nov 7, 2024

Conversation

dr0i
Copy link
Member

@dr0i dr0i commented Oct 18, 2024

By configuring the CSVReader with an RFC-compliant parser the escaping is fixed.

  • update opencsv dependency to version 5.9
  • add test

Kudos https://stackoverflow.com/questions/6008395/opencsv-in-java-ignores-backslash-in-a-field-value.

Resolves #496.

By configuring the CSVReader with an RFC-compliant parser the escaping
is fixed.

- update opencsv dependency to version 5.9
- add test
@dr0i
Copy link
Member Author

dr0i commented Oct 18, 2024

Functional review: @TobiasNx (see the notes in #496 (comment) )
Code review: @blackwinter

@dr0i dr0i self-assigned this Oct 18, 2024
@TobiasNx
Copy link
Contributor

TobiasNx commented Nov 4, 2024

+1

@TobiasNx TobiasNx assigned dr0i and unassigned dr0i and TobiasNx Nov 4, 2024
@dr0i dr0i merged commit 8badf9c into master Nov 7, 2024
1 check passed
@dr0i
Copy link
Member Author

dr0i commented Nov 7, 2024

Deployed to production, closed.

@dr0i dr0i deleted the 496-csvEscaping branch November 7, 2024 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

decode-csv struggles with escape sign "\" in string-values
3 participants