A Guide to Parsing CSV Files in Go

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. demo-go-csv-parser

    As someone new to Go, I would like to dive deeper into this language to find out its potential. The best way to learn something new is by doing it. So that is why I started on a project to not only hone my Go skills, but also solve a common task: CSV parsing and data manipulation. Through this blog post I will illustrate how to parse a CSV file containing rows of articles. These articles need to be filtered based on a property and then written to a new CSV file. The accompanying source code to this project can be found on GitHub.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. Visual Studio Code

    Visual Studio Code

    IDE of choice (e.g. Visual Studio Code)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Please Keep Humans in the Loop

    1 project | news.ycombinator.com | 16 Aug 2025
  • How to Send Emails in VS Code with Mailtrap MCP Server

    2 projects | dev.to | 8 Aug 2025
  • How to Build ACF Blocks in Your WordPress Theme (No Plugin Needed)

    1 project | dev.to | 5 Aug 2025
  • AI Meets Oracle Database: MCP via SQLcl

    2 projects | dev.to | 4 Aug 2025
  • Your First JavaScript Tutorial: Start Coding Today

    1 project | dev.to | 29 Jul 2025

Did you know that TypeScript is
the 1st most popular programming language
based on number of references?