Add CustomQuoteCharacter for reading csv files#689
Merged
appel1 merged 1 commit intoOct 15, 2024
Merged
Conversation
4c5b95e to
617031e
Compare
617031e to
c6252be
Compare
Collaborator
|
Looks good, thank you! |
Contributor
Author
|
@appel1 when can we expect a release on nuget? :) |
This was referenced Sep 22, 2025
This was referenced Sep 29, 2025
This was referenced Oct 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hello all,
My name is Christopher, and we have been using your package in production for a couple of years now. I would like to thank you all for this excellent library—my colleagues and I really appreciate your work.
Initially, we thought the project wasn't being maintained anymore, which is why this pull request is coming so late.
We encountered an issue with one file import, where the file uses a custom quote character. We added support for this over a year ago, and it's been working well since then. 😀
I’ve noticed that this might resolve issue #580: "Cannot configure QuoteChar."
We would appreciate it if this could be included in a new version so that we no longer need to rely on a cloned repository.
If you need any changes or further assistance, please feel free to ask—I'd be happy to help!
Kind regards,
Christopher
(Edit)
After some checks, I remembered our specific problem: the CSV contained irregular fields with random quote characters, and additional quotes appeared randomly in subsequent rows and cells, which disrupted the CSV reading.