Skip to content

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 requested review from blackwinter and TobiasNx October 18, 2024 15:18
@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