Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc