Skip to content

fix: preserve mid-field quotes in CSV values - #452

Merged
yakew7 merged 1 commit into
yakew7:mainfrom
be-student:codex/441-preserve-mid-field-quotes
Sep 6, 2026
Merged

fix: preserve mid-field quotes in CSV values#452
yakew7 merged 1 commit into
yakew7:mainfrom
be-student:codex/441-preserve-mid-field-quotes

Conversation

@be-student

Copy link
Copy Markdown
Contributor

Summary

Preserves quote characters that appear after existing field content in the browser CSV parser, matching pandas semantics for exports with spaces before quotes.

Type

  • Audit
  • Explainer
  • Bug fix
  • Other

Linked issue

Closes #441

Validation

  • make check (213 passed, 34 skipped)

@vercel

vercel Bot commented Sep 6, 2026

Copy link
Copy Markdown
Contributor

@be-student is attempting to deploy a commit to the yashkewlani2020-gmailcom's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions

github-actions Bot commented Sep 6, 2026

Copy link
Copy Markdown

@yakew7 @ahmdkaml - new PR touching a path you own, please review.

@yakew7
yakew7 merged commit 731c7f0 into yakew7:main Sep 6, 2026
17 of 18 checks passed
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.

JS engine's parseCSV strips quote characters mid-field, diverging from pandas' quoting semantics

2 participants