Skip to content

kikoking1/remove-duplicates-csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Remove Duplicates CSV

This package is a command utility used to remove duplicate rows from csv's based on a single column's values

Dependency Requirements:

This package requires you to pass in 2 arguments via command line to execute properly Example Usage:

$ go run main.go nameOfColumnToDeDupe /absolute-path/to/csvFile.csv

How Exactly Does it Do This?

The process will (in this order):

  1. Read all of the rows into memory, filtering out duplicates
  2. Delete the old csv
  3. Recreate the csv without duplicates from the in memory grid of values, in place of deleted csv

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages