Skip to content

better csv processing without loading everything in memory

Notifications You must be signed in to change notification settings

xifanyan/csvstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go: Stream CSV Processor

  • Handle CSV line-by-line via io.Reader and bufio.
  • Unmarshal CSV to struct based on csv tagger.

Notes:

  • Structure of CSV file is flat therefore ONLY simple Struct with basica data type is expected.

About

better csv processing without loading everything in memory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages