Git Product home page Git Product logo

csvr's Introduction

CSVR - wrapper utility for libcsv

This is a command line utility that uses libcsv to parse CSV files and print the value of a given field.

Installation

$ make
$ chmod +x csvr
$ [sudo] cp csvr /usr/bin

Usage

csvr [-s <value to set>] <row> <column offset/name> [<file>] 
  • row: The row offset (starting with 0) to seek
  • column offset/name: The column offset, or name of the column, to seek. If a string is given, the fist row of the CSV will be treated as the header row.
  • file: If no filename is supplied, parsing will be attempted on the standard input.
  • -s: the value to change the field to (overwrites original file)

If the specified value exists, it will be read to the standard output.

Changelog

0.2.1

  • Fixed a bug with writing to CSV
  • Fixed a segfault when no options were passed

0.2

  • Added the ability to modify a field in the CSV with the -s option

0.1

  • Added ability to read a specified field

csvr's People

Contributors

djmadeira avatar

Watchers

 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.