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

Update default row delimiter for CSVReader #54

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

Conversation

LiYanan2004
Copy link

@LiYanan2004 LiYanan2004 commented Jun 26, 2023

Change default row delimiter to .standard to avoid additional \r in some fields

Description

In some cases, new line are represented as \r\n and in some cases, \n. This behavior is different on different OSs and even different apps.

The built-in .standard is a better solution to handle this. In this way, we can more accurately get every field.

Checklist

The following list must only be fulfilled by code-changing PRs. If you are making changes on the documentation, ignore these.

  • Include in-code documentation at the top of the property/function/structure/class (if necessary).
  • Merge to develop.
  • Add to existing tests or create new tests (if necessary).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant