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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Review
Development

Successfully merging this pull request may close these issues.

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