Code Monkey home page Code Monkey logo

csv-utils's Introduction

CSV Utilities

This repo has a collection of CSV utilities to manipulate CSV files. Here is a brief description of each. Each utility is in its own folder and has its own README.

  • catcsv: concatenate two CSV files
  • comparecsv: compare two CSV files
  • dedupcsv: remove duplicates in a CSV file
  • diffcsv: shows differences between two CSV files
  • editcsv: alter contents of a CSV; regexp replace supported
  • obfuscatecsv: obscures content in a regular fashion
  • pivotcsv: do a pivot table operation
  • recursecsv: recursively process hierarchical data; supports the Oracle list of hierarchical functions
  • reordercsv: alters order of columns of a CSV file
  • searchcsv: outputs matching rows of a CSV file; regexp supported
  • sortcsv: sorts a CSV file
  • splitcsv: splits a CSV by columns and/or rows
  • transformcsv: using a "text/template", will transform a CSV by applying the template for each row

Each utility has its own README with examples.

To install go get github.com/mandolyte/csv-utils.

Afterwards you can use go install to compile the ones of interest or just use go run.

To install all of them: sh build_all.sh.

To Do:

  • document recursedata.go

csv-utils's People

Contributors

mandolyte avatar

Watchers

Sam Zaydel avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.