Skip to content

ElmTheDev/go-csv-config-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to Go Custom CSV Parser 👋

Twitter: ElmTheDev

Allows parsing CSV files into custom structs and implements required fields that can't be empty

Install

go get github.com/ElmTheDev/go-csv-config-parser

Usage

ParseCSV("/path_to_csv.csv", MyType{})

Run tests

go test -v ./examples

Author

👤 ElmTheDev

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

About

Allows parsing CSV files into custom structs and implements required fields that can't be empty

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages