Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
View all features
Solutions
By company size
Enterprises
Small and medium teams
Startups
Nonprofits
By use case
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
By industry
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
Enterprise platform
AI-powered developer platform
Available add-ons
GitHub Advanced Security
Enterprise-grade security features
Copilot for business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jszwec
/
csvutil
Public
Notifications
You must be signed in to change notification settings
Fork
66
Star
1k
Code
Issues
1
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit History
Commits on Mar 15, 2025
Do not embed reflect.Type to avoid supressing DCE (#73)
ikonst
authored
b9b8496
Copy full SHA for b9b8496
Commits on Aug 21, 2024
chore: update github actions to Go1.23
jszwec
committed
5b43291
Copy full SHA for 5b43291
Commits on Feb 3, 2024
feat: allow struct slice and struct array for valueType (#70)
Show description for 53deda7
cia-rana
authored
53deda7
Copy full SHA for 53deda7
Commits on Sep 10, 2023
feat: add AlignRecord flag to Decoder
Show description for 4c3b8e6
jszwec
committed
4c3b8e6
Copy full SHA for 4c3b8e6
chore: update github workflow to use Go1.21
jszwec
committed
5633865
Copy full SHA for 5633865
Add package name when using `NewDecoder` function (#61)
soartec-lab
authored
05adbbb
Copy full SHA for 05adbbb
Commits on Feb 19, 2023
doc: update comments
jszwec
committed
0805d99
Copy full SHA for 0805d99
doc: update README
jszwec
committed
8a945ba
Copy full SHA for 8a945ba
feat: add Marshalers using generics to replace Encoder.Register
Show description for db99f9a
jszwec
committed
db99f9a
Copy full SHA for db99f9a
Commits on Feb 14, 2023
test: fix bad find+replace
jszwec
committed
6ea1b54
Copy full SHA for 6ea1b54
test: replace redundant functions with generics
jszwec
committed
19d1a89
Copy full SHA for 19d1a89
chore: remove files for old Go versions
jszwec
committed
ddb9b0b
Copy full SHA for ddb9b0b
test: use native errors.As after upgrading to Go1.18
jszwec
committed
63db5fb
Copy full SHA for 63db5fb
chore: run gofmt -w -r 'interface{} -> any'
jszwec
committed
21889c0
Copy full SHA for 21889c0
feat: add Unmarshalers using generics to replace Decoder.Register
Show description for 46f1e77
jszwec
committed
46f1e77
Copy full SHA for 46f1e77
Commits on Jun 29, 2022
Merge pull request #54 from hori-ryota/fix-nested-prefix-order
Show description for 2b7b86b
jszwec
authored
2b7b86b
Copy full SHA for 2b7b86b
Commits on Jun 27, 2022
fix: nexted prefix order with inline
hori-ryota
committed
2d01862
Copy full SHA for 2d01862
Commits on Mar 20, 2022
chore: update CI to use Go1.18
jszwec
committed
7c7652d
Copy full SHA for 7c7652d
Commits on Nov 25, 2021
feat: make DecodeError exported
Show description for f88791f
jszwec
committed
f88791f
Copy full SHA for f88791f
Commits on Nov 7, 2021
feat: Add Decoder.NormalizeHeader
Show description for 6bfc75a
jszwec
committed
6bfc75a
Copy full SHA for 6bfc75a
Commits on Oct 26, 2021
chore: Drop support for Go1.7
jszwec
committed
50fc372
Copy full SHA for 50fc372
feat: Add header slice to NewEncoder to allow header overrides
Show description for fdc58e5
jszwec
committed
fdc58e5
Copy full SHA for fdc58e5
Commits on Aug 30, 2021
feat: Add more context to decoding errors
Show description for 24d20bc
jszwec
committed
24d20bc
Copy full SHA for 24d20bc
Commits on Aug 29, 2021
chore: Adjust for Go1.17
Show description for 4f1aebe
jszwec
committed
4f1aebe
Copy full SHA for 4f1aebe
Commits on Feb 18, 2021
Update actions to use Go1.16
jszwec
authored
1726944
Copy full SHA for 1726944
Commits on Feb 10, 2021
Update README.md
jszwec
authored
86228b4
Copy full SHA for 86228b4
Commits on Feb 7, 2021
Implement Unwrap method for MarshalerError for Go1.13+
Show description for 21d11e8
jszwec
committed
21d11e8
Copy full SHA for 21d11e8
Commits on Feb 6, 2021
Add Decoder option DisallowMissingColumns
Show description for ef4f3de
jszwec
committed
ef4f3de
Copy full SHA for ef4f3de
Update badges
jszwec
authored
54d7adb
Copy full SHA for 54d7adb
Remove travis and appveyor files (replaced by actions)
jszwec
committed
c9f6ef6
Copy full SHA for c9f6ef6
Fix backward-compatibility actions
jszwec
committed
764a870
Copy full SHA for 764a870
Fix Go1.10 version in workflows
jszwec
committed
2b7560e
Copy full SHA for 2b7560e
Update go.yml
jszwec
authored
144f2b0
Copy full SHA for 144f2b0
Create go.yml
jszwec
authored
64ad924
Copy full SHA for 64ad924
Commits on Dec 10, 2020
Update README.md
jszwec
authored
43bc553
Copy full SHA for 43bc553
Pagination
Previous
Next
You can’t perform that action at this time.