Skip to content

fix: sniff delimiters across quoted newlines - #453

Merged
yakew7 merged 1 commit into
yakew7:mainfrom
be-student:codex/440-sniff-quoted-newlines
Sep 6, 2026
Merged

fix: sniff delimiters across quoted newlines#453
yakew7 merged 1 commit into
yakew7:mainfrom
be-student:codex/440-sniff-quoted-newlines

Conversation

@be-student

Copy link
Copy Markdown
Contributor

Summary

Makes browser delimiter sampling follow logical quoted rows, so embedded newlines no longer force semicolon data into one comma-delimited column.

Type

  • Audit
  • Explainer
  • Bug fix
  • Other

Linked issue

Closes #440

Validation

  • make check (216 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 5a49f3c 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 sniffDelimiter breaks on a quoted field containing a newline, unlike Python's csv.Sniffer

2 participants