Skip to content

fix: sniff delimiters for CSV and TSV files - #451

Merged
yakew7 merged 1 commit into
yakew7:mainfrom
be-student:codex/439-sniff-delimited-files
Sep 6, 2026
Merged

fix: sniff delimiters for CSV and TSV files#451
yakew7 merged 1 commit into
yakew7:mainfrom
be-student:codex/439-sniff-delimited-files

Conversation

@be-student

Copy link
Copy Markdown
Contributor

Summary

Sniffs delimited file contents before parsing so mislabeled CSV and TSV files retain their columns, while keeping extension-specific fallback delimiters.

Type

  • Audit
  • Explainer
  • Bug fix
  • Other

Linked issue

Closes #439

Validation

  • make check (214 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 fe35733 into yakew7:main Sep 6, 2026
17 of 18 checks passed
yakew7 added a commit that referenced this pull request Sep 6, 2026
….2.0)

#439, #440, #441, and #433 (PRs #451-454) shipped with no CHANGELOG entry
at all; #431 and #432 (PRs #455-456) had entries but no by-@handle/PR
credit, unlike every other external contributor's fix in this same
section. All six credited now, same version already shipping.
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.

A semicolon-delimited .csv file parses correctly in the web profiler but breaks in the CLI

2 participants