Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RFC-4180 CSV row parser

Parses a single CSV line while correctly handling quotes and escape characters. I built this to avoid pulling in heavy third-party packages. It runs entirely on the standard library, keeping your bundle size small and startup latency at zero. No background services or external calls required.

csvline.ts

Check the test file located next to the source code to see how to wire it up.

About

Parse a CSV line honoring quotes and escapes — dependency-free.

Topics

Resources

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages