🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/epsilon-638/csv-parser

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/epsilon-638/csv-parser

v0.0.0-20240425024535-8e177626c4c3
Source
Go
Version published
Created
Source

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]

FAQs

Package last updated on 25 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts