René's URL Explorer Experiment


Title: fix(tables): sniff CSV delimiter and capture the real header row on import by waleedlatif1 · Pull Request #5888 · simstudioai/sim · GitHub

Open Graph Title: fix(tables): sniff CSV delimiter and capture the real header row on import by waleedlatif1 · Pull Request #5888 · simstudioai/sim

X Title: fix(tables): sniff CSV delimiter and capture the real header row on import by waleedlatif1 · Pull Request #5888 · simstudioai/sim

Description: Summary CSV table import derived the delimiter from the file extension only, so semicolon-delimited exports (European-locale Excel) parsed as a single column — the reported "alarms-export" bug. Now the delimiter is sniffed from the file head (, ; \t |), quote-aware, with the extension only as a fallback. Header derivation used Object.keys(rows[0]); with relax_column_count a ragged/sparse first data row dropped its trailing columns from schema inference and mapping. The true header row is now captured via the csv-parse columns callback on every path — fixes the "sparse csv didn't work" report. New detectCsvDelimiter (trial-parse each candidate, pick most columns, tie-break on row-width consistency) mirrors PapaParse/csv.Sniffer, and sniffCsvDelimiterFromStream (64KB peek-then-replay) keeps the streaming paths memory-bounded on multi-GB files. Wired into all consumers: create route, append/replace route, background runner, client dialog preview, and parseFileRows (copilot). Type of Change Bug fix Testing 442 table + route tests pass (49 new/updated covering delimiter detection, ragged headers, stream replay, error/destroy/empty edge cases) Verified against the real 61 MB alarms-export file: comma → 1 column, semicolon → 34 columns / 1249 records; sniffer detects ; Typecheck clean, biome clean, check:api-validation passes Checklist Code follows project style guidelines Self-reviewed my changes Tests added/updated and passing No new warnings introduced I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

Open Graph Description: Summary CSV table import derived the delimiter from the file extension only, so semicolon-delimited exports (European-locale Excel) parsed as a single column — the reported "alarms-export&quo...

X Description: Summary CSV table import derived the delimiter from the file extension only, so semicolon-delimited exports (European-locale Excel) parsed as a single column — the reported "alarms-export...

Opengraph URL: https://github.com/simstudioai/sim/pull/5888

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:6997ff97-b66d-03ca-4cb7-31ea1bfcafc2
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idB2D0:16ABB6:1954B1F:24307ED:6A635D62
html-safe-noncebe9c915056c539eabca2aef8be0ca450a844f56fb0f69d40b134d9460c6036c6
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCMkQwOjE2QUJCNjoxOTU0QjFGOjI0MzA3RUQ6NkE2MzVENjIiLCJ2aXNpdG9yX2lkIjoiMzc5MzE5MTYxMDQxNjczNTcwIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac628c0a55908fb384601f8f7be5f0f1fc7e33b512a7782fc38c8118032807d6b8
hovercard-subject-tagpull_request:4117901548
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/simstudioai/sim/pull/5888/files
twitter:imagehttps://avatars.githubusercontent.com/u/40672544?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/40672544?s=400&v=4
og:image:altSummary CSV table import derived the delimiter from the file extension only, so semicolon-delimited exports (European-locale Excel) parsed as a single column — the reported "alarms-export&quo...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None59e55daad7174ca59d63c6974d58276ccb5477442e550bebb3c035e1bef11c94
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/simstudioai/sim git https://github.com/simstudioai/sim.git
octolytics-dimension-user_id199344406
octolytics-dimension-user_loginsimstudioai
octolytics-dimension-repository_id912559512
octolytics-dimension-repository_nwosimstudioai/sim
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id912559512
octolytics-dimension-repository_network_root_nwosimstudioai/sim
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release71b1218de2f2ab29c4d5ce72568e68e2c56044c6
ui-targetcanary-1
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/simstudioai/sim/pull/5888/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fsimstudioai%2Fsim%2Fpull%2F5888%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
Code QualityEnforce quality at mergehttps://github.com/features/code-quality
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fsimstudioai%2Fsim%2Fpull%2F5888%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=simstudioai%2Fsim
Reloadhttps://github.com/simstudioai/sim/pull/5888/files
Reloadhttps://github.com/simstudioai/sim/pull/5888/files
Reloadhttps://github.com/simstudioai/sim/pull/5888/files
Please reload this pagehttps://github.com/simstudioai/sim/pull/5888/files
simstudioai https://github.com/simstudioai
simhttps://github.com/simstudioai/sim
Notifications https://github.com/login?return_to=%2Fsimstudioai%2Fsim
Fork 3.7k https://github.com/login?return_to=%2Fsimstudioai%2Fsim
Star 29.2k https://github.com/login?return_to=%2Fsimstudioai%2Fsim
Code https://github.com/simstudioai/sim
Issues 111 https://github.com/simstudioai/sim/issues
Pull requests 121 https://github.com/simstudioai/sim/pulls
Actions https://github.com/simstudioai/sim/actions
Projects https://github.com/simstudioai/sim/projects
Security and quality 0 https://github.com/simstudioai/sim/security
Insights https://github.com/simstudioai/sim/pulse
Code https://github.com/simstudioai/sim
Issues https://github.com/simstudioai/sim/issues
Pull requests https://github.com/simstudioai/sim/pulls
Actions https://github.com/simstudioai/sim/actions
Projects https://github.com/simstudioai/sim/projects
Security and quality https://github.com/simstudioai/sim/security
Insights https://github.com/simstudioai/sim/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fsimstudioai%2Fsim%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fsimstudioai%2Fsim%2Fissues%2Fnew%2Fchoose
waleedlatif1https://github.com/waleedlatif1
staginghttps://github.com/simstudioai/sim/tree/staging
worktree-csv-import-sparsehttps://github.com/simstudioai/sim/tree/worktree-csv-import-sparse
Conversation 38 https://github.com/simstudioai/sim/pull/5888
Commits 7 https://github.com/simstudioai/sim/pull/5888/commits
Checks 19 https://github.com/simstudioai/sim/pull/5888/checks
Files changed https://github.com/simstudioai/sim/pull/5888/files
Please reload this pagehttps://github.com/simstudioai/sim/pull/5888/files
fix(tables): sniff CSV delimiter and capture the real header row on import https://github.com/simstudioai/sim/pull/5888/files#top
Show all changes 7 commits https://github.com/simstudioai/sim/pull/5888/files
a9aae1b fix(tables): sniff CSV delimiter and capture the real header row on i… waleedlatif1 Jul 23, 2026 https://github.com/simstudioai/sim/pull/5888/commits/a9aae1b6232490e1a7c3d96d0d9a567c246f6e8e
a6cc15c fix(tables): rank CSV delimiter by row consistency and bound the peek… waleedlatif1 Jul 23, 2026 https://github.com/simstudioai/sim/pull/5888/commits/a6cc15cf3ad992bd711bc810f877e5e21ff478e7
33286cf fix(tables): score CSV delimiter by width*consistency and dedupe headers waleedlatif1 Jul 23, 2026 https://github.com/simstudioai/sim/pull/5888/commits/33286cfbae6958870a1a913fb9d307bee9721ca3
3811a5d fix(tables): keep the final row when sniffing a complete CSV waleedlatif1 Jul 23, 2026 https://github.com/simstudioai/sim/pull/5888/commits/3811a5d752e66f788fbb7897f8fc7d90f73af60b
4312df9 fix(tables): keep the double-cast annotation adjacent to its cast waleedlatif1 Jul 23, 2026 https://github.com/simstudioai/sim/pull/5888/commits/4312df9c936ca9d0ad1e31dd601a827991b9f7ae
e642274 fix(tables): observe EOF at the exact sniff-window boundary waleedlatif1 Jul 23, 2026 https://github.com/simstudioai/sim/pull/5888/commits/e6422740b0a0669eb785e914d5ea6ffd8000fdc3
35156cc test(tables): use sleep helper instead of raw setTimeout promise waleedlatif1 Jul 23, 2026 https://github.com/simstudioai/sim/pull/5888/commits/35156cc4c36ee17e26cf34397c60f33d19131af8
Clear filters https://github.com/simstudioai/sim/pull/5888/files
Please reload this pagehttps://github.com/simstudioai/sim/pull/5888/files
Please reload this pagehttps://github.com/simstudioai/sim/pull/5888/files
route.ts https://github.com/simstudioai/sim/pull/5888/files#diff-3948f2e8bbf44ed8af36b5ca1a2032e7d929920e8faa2eba83eff0cdbaa16da2
route.ts https://github.com/simstudioai/sim/pull/5888/files#diff-81960503e261596563920f1d72b231544a54a0c663fea60b69ce67ec8b5f2d9b
import-csv-dialog.tsx https://github.com/simstudioai/sim/pull/5888/files#diff-19bc1247a8013aad34d16eceef3d469ea65346466983369e47aad41a043f90ad
csv-delimiter-stream.ts https://github.com/simstudioai/sim/pull/5888/files#diff-865b395f8b3b9f6f3afffb6665f47b939b53b0d29d185314e424bc35a9754367
import-runner.ts https://github.com/simstudioai/sim/pull/5888/files#diff-d4a4f07f4ca5a33fdac8df4fe046b2b62b6ef7be7bb0ada1df9196def6ccd8a0
import.test.ts https://github.com/simstudioai/sim/pull/5888/files#diff-0ee513c4fdfad36c9fddadd81bf3712e6f29da25c25687e9d69cc71361f5bcdd
import.ts https://github.com/simstudioai/sim/pull/5888/files#diff-cb562762d3e5bbf1b12771d80f70144c6aeaa65833c1d3f61872ffc948506f43
apps/sim/app/api/table/[tableId]/import/route.tshttps://github.com/simstudioai/sim/pull/5888/files#diff-3948f2e8bbf44ed8af36b5ca1a2032e7d929920e8faa2eba83eff0cdbaa16da2
View file https://github.com/simstudioai/sim/blob/35156cc4c36ee17e26cf34397c60f33d19131af8/apps/sim/app/api/table/%5BtableId%5D/import/route.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/simstudioai/sim/pull/5888/{{ revealButtonHref }}
https://github.com/simstudioai/sim/pull/5888/files#diff-3948f2e8bbf44ed8af36b5ca1a2032e7d929920e8faa2eba83eff0cdbaa16da2
https://github.com/simstudioai/sim/pull/5888/files#diff-3948f2e8bbf44ed8af36b5ca1a2032e7d929920e8faa2eba83eff0cdbaa16da2
https://github.com/simstudioai/sim/pull/5888/files#diff-3948f2e8bbf44ed8af36b5ca1a2032e7d929920e8faa2eba83eff0cdbaa16da2
https://github.com/simstudioai/sim/pull/5888/files#diff-3948f2e8bbf44ed8af36b5ca1a2032e7d929920e8faa2eba83eff0cdbaa16da2
apps/sim/app/api/table/import-csv/route.tshttps://github.com/simstudioai/sim/pull/5888/files#diff-81960503e261596563920f1d72b231544a54a0c663fea60b69ce67ec8b5f2d9b
View file https://github.com/simstudioai/sim/blob/35156cc4c36ee17e26cf34397c60f33d19131af8/apps/sim/app/api/table/import-csv/route.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/simstudioai/sim/pull/5888/{{ revealButtonHref }}
https://github.com/simstudioai/sim/pull/5888/files#diff-81960503e261596563920f1d72b231544a54a0c663fea60b69ce67ec8b5f2d9b
https://github.com/simstudioai/sim/pull/5888/files#diff-81960503e261596563920f1d72b231544a54a0c663fea60b69ce67ec8b5f2d9b
https://github.com/simstudioai/sim/pull/5888/files#diff-81960503e261596563920f1d72b231544a54a0c663fea60b69ce67ec8b5f2d9b
https://github.com/simstudioai/sim/pull/5888/files#diff-81960503e261596563920f1d72b231544a54a0c663fea60b69ce67ec8b5f2d9b
https://github.com/simstudioai/sim/pull/5888/files#diff-81960503e261596563920f1d72b231544a54a0c663fea60b69ce67ec8b5f2d9b
...sim/app/workspace/[workspaceId]/tables/components/import-csv-dialog/import-csv-dialog.tsxhttps://github.com/simstudioai/sim/pull/5888/files#diff-19bc1247a8013aad34d16eceef3d469ea65346466983369e47aad41a043f90ad
View file https://github.com/simstudioai/sim/blob/35156cc4c36ee17e26cf34397c60f33d19131af8/apps/sim/app/workspace/%5BworkspaceId%5D/tables/components/import-csv-dialog/import-csv-dialog.tsx
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/simstudioai/sim/pull/5888/{{ revealButtonHref }}
https://github.com/simstudioai/sim/pull/5888/files#diff-19bc1247a8013aad34d16eceef3d469ea65346466983369e47aad41a043f90ad
https://github.com/simstudioai/sim/pull/5888/files#diff-19bc1247a8013aad34d16eceef3d469ea65346466983369e47aad41a043f90ad
https://github.com/simstudioai/sim/pull/5888/files#diff-19bc1247a8013aad34d16eceef3d469ea65346466983369e47aad41a043f90ad
Please reload this pagehttps://github.com/simstudioai/sim/pull/5888/files
https://github.com/simstudioai/sim/pull/5888/files#diff-19bc1247a8013aad34d16eceef3d469ea65346466983369e47aad41a043f90ad
https://github.com/simstudioai/sim/pull/5888/files#diff-19bc1247a8013aad34d16eceef3d469ea65346466983369e47aad41a043f90ad
https://github.com/simstudioai/sim/pull/5888/files#diff-19bc1247a8013aad34d16eceef3d469ea65346466983369e47aad41a043f90ad
apps/sim/lib/table/csv-delimiter-stream.tshttps://github.com/simstudioai/sim/pull/5888/files#diff-865b395f8b3b9f6f3afffb6665f47b939b53b0d29d185314e424bc35a9754367
View file https://github.com/simstudioai/sim/blob/35156cc4c36ee17e26cf34397c60f33d19131af8/apps/sim/lib/table/csv-delimiter-stream.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/simstudioai/sim/pull/5888/{{ revealButtonHref }}
apps/sim/lib/table/import-runner.tshttps://github.com/simstudioai/sim/pull/5888/files#diff-d4a4f07f4ca5a33fdac8df4fe046b2b62b6ef7be7bb0ada1df9196def6ccd8a0
View file https://github.com/simstudioai/sim/blob/35156cc4c36ee17e26cf34397c60f33d19131af8/apps/sim/lib/table/import-runner.ts
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/simstudioai/sim/pull/5888/{{ revealButtonHref }}
https://github.com/simstudioai/sim/pull/5888/files#diff-d4a4f07f4ca5a33fdac8df4fe046b2b62b6ef7be7bb0ada1df9196def6ccd8a0
https://github.com/simstudioai/sim/pull/5888/files#diff-d4a4f07f4ca5a33fdac8df4fe046b2b62b6ef7be7bb0ada1df9196def6ccd8a0
https://github.com/simstudioai/sim/pull/5888/files#diff-d4a4f07f4ca5a33fdac8df4fe046b2b62b6ef7be7bb0ada1df9196def6ccd8a0
https://github.com/simstudioai/sim/pull/5888/files#diff-d4a4f07f4ca5a33fdac8df4fe046b2b62b6ef7be7bb0ada1df9196def6ccd8a0
https://github.com/simstudioai/sim/pull/5888/files#diff-d4a4f07f4ca5a33fdac8df4fe046b2b62b6ef7be7bb0ada1df9196def6ccd8a0
https://github.com/simstudioai/sim/pull/5888/files#diff-d4a4f07f4ca5a33fdac8df4fe046b2b62b6ef7be7bb0ada1df9196def6ccd8a0
Please reload this pagehttps://github.com/simstudioai/sim/pull/5888/files
Please reload this pagehttps://github.com/simstudioai/sim/pull/5888/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.