evandrojr / go_csv_find_duplicates

Finds duplicate rows in CSV files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go_csv_find_duplicates

Finds duplicated rows in CSV files

% ./csv-find-duplicates export.csv                          
Duplicated lines: 6 = 11
Duplicated lines: 19 = 26
2 duplicates found
Total of lines: 65004

Usage:

Any OS with Golang installed:

go run main.go [csv file name]

Linux

./csv-find-duplicates [csv file name]

MacOS

./csv-find-duplicates.app [csv file name]

Windows

csv-find-duplicates.exe [csv file name]

About

Finds duplicate rows in CSV files


Languages

Language:Go 100.0%