cli-tsv-keyvalue


  Follwoing commands (CLI) are available by installing this module 

    1. crosstable -- providing 2 way contingency table like Excel pivot.
    2. coltr  -- An expansion of Unix/Linux join command.
    3. keyvalues -- How many different values each key has.
    4. kvcmp -- Compare the Key-Value relation when 2 Key-Value files are given.
    5. polar -- gather multiple files along the common key column.


   The detail of each command can be seen by "--help" option after the command,
   and at this moment only Japanese manual is available.


INSTALLATION

To install this module, run the following commands:

	perl Build.PL
	./Build
	./Build test
	./Build install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc cli::tsv::keyvalue

You can also look for information at:

    RT, CPAN's request tracker (report bugs here)
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=cli-tsv-keyvalue

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/cli-tsv-keyvalue

    CPAN Ratings
        http://cpanratings.perl.org/d/cli-tsv-keyvalue

    Search CPAN
        http://search.cpan.org/dist/cli-tsv-keyvalue/


LICENSE AND COPYRIGHT

Copyright (C) 2018 "Toshiyuki Shimono"

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see L<http://www.gnu.org/licenses/>.

