Skip to content

epsilon-638/csv-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSV Parser written in Go

go build main.go
./main -fp test.csv

Output

2024/04/24 22:43:17 COLUMNS [{id int} {name string} {age int} {address string}]
2024/04/24 22:43:17 ROWS [[1 bob 19 London, United Kingdom] [2 tom 18 Paris, France] [3 john 22 London, United Kingdom]]
2024/04/24 22:43:17 NAMES [bob tom john]
2024/04/24 22:43:17 ADDRESSES [London, United Kingdom Paris, France London, United Kingdom]

About

CSV Parser implemented in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages