NAME

csvprocess - command line utility that insert new columns in csv files

VERSION

version 1.01

SYNOPSIS

csvprocess -f <file_name> -p <method> -i <in_column_name_or_index> -o <out_column_name_or_index> -v

csvprocess -f test.csv -p add_email -i 0
csvprocess -f test.csv -p add_email -i 0 -o 5 -v
csvprocess -f test.csv -p add_email -i EMAIL -v

Column numbering starts from 1, inserted column will have <out_column_name_or_index>

If no third parameter (<out_column_name_or_index>) provided data will be written next column

All available options:

-f | --file         name of input file
-p | --processor    name of method of L<CSV::Processor>
-i | --in           number or name of column, data from which will be considered as source
-o | --out          number or name of column, where result will be stored
-v | --verbose      verbose mode

DESCRIPTION

Set of useful utilities that works with html and urls

AUTHOR

Pavel Serikov <pavelsr@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2018 by Pavel Serikov.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.