jerive/csvtool

CSV file manipulation powered by PHP's fgetcsv

dev-master 2014-03-29 14:57 UTC

This package is not auto-updated.

Last update: 2024-05-25 12:57:38 UTC


README

This tool is intended to be used on the command line. To install it, install composer first (https://getcomposer.org/download/)

composer global require jerive/csvtool dev-master

You can still install csvtool locally with composer. Just add the following to your composer.jsonfile:

    {
        "require": {
            "jerive/csvtool": "dev-master"
        }
    }