Skip to content

A command line utility that takes a CSV file sorts the input lines and outputs it. It is useful for normalizing CSV output formats of different programs that generate CSV reports so that the outputs can easily be compared.

Notifications You must be signed in to change notification settings

WingGithub/recsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

recsv filter

A command line utility that reads a CSV file specified in the argument or stdin, if unspecified, sorts the input lines and outputs the sorted line to a specified output file or stdout. This tool is useful for normalizing CSV output formats of different programs that generate CSV reports so that the outputs can easily be compared with a visual diff tool such as WinMerge.

Usage

Under Linux bash

cat 1167_el_report_jun24.csv | recsv > 1167_el_report_jun24_sorted.csv

or

recsv 1167_el_report_jun24.csv 1167_el_report_jun24_sorted.csv

Under Window cmd

type 1167_el_report_jun24.csv | recsv > 1167_el_report_jun24_sorted.csv

or

recsv 1167_el_report_jun24.csv 1167_el_report_jun24_sorted.csv

About

A command line utility that takes a CSV file sorts the input lines and outputs it. It is useful for normalizing CSV output formats of different programs that generate CSV reports so that the outputs can easily be compared.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages