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 CSV reading with double quoted values #19820

Merged
merged 2 commits into from Nov 9, 2019
Merged

Fix CSV reading with double quoted values #19820

merged 2 commits into from Nov 9, 2019

Conversation

wggihan
Copy link
Contributor

@wggihan wggihan commented Nov 7, 2019

Purpose

Fixes #19819

Approach

Describe how you are implementing the solutions along with the design details.

Samples

Provide high-level details about the samples related to this feature.

Remarks

List any other known issues, related PRs, TODO items, or any other notes related to the PR.

Check List

  • Read the Contributing Guide
  • Required Balo version update
  • Updated Change Log
  • Checked Tooling Support (#)
  • Added necessary tests
    • Unit Tests
    • Spec Conformance Tests
    • Integration Tests
    • Ballerina By Example Tests
  • Increased Test Coverage
  • Added necessary documentation
    • API documentation
    • Module documentation in Module.md files
    • Ballerina By Examples

Currently double quoted values are parse with quotes. As of RFC4180 specification
that should parse without double quotes.
@wggihan wggihan added the Team/StandardLibs All Ballerina standard libraries label Nov 7, 2019
@wggihan wggihan added this to the Ballerina 1.0.4 milestone Nov 7, 2019
@wggihan wggihan merged commit 67c6758 into ballerina-platform:ballerina-1.0.x Nov 9, 2019
@wggihan wggihan deleted the ballerina-1.0.x branch January 2, 2020 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team/StandardLibs All Ballerina standard libraries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants