App-CSVUtils

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

            "Data::Dmp" : "0.242",
            "Data::Sah" : "0.917",
            "Data::Sah::Compiler::perl::TH::any" : "0.914",
            "Data::Sah::Compiler::perl::TH::array" : "0.914",
            "Data::Sah::Compiler::perl::TH::bool" : "0.914",
            "Data::Sah::Compiler::perl::TH::code" : "0.914",
            "Data::Sah::Compiler::perl::TH::hash" : "0.914",
            "Data::Sah::Compiler::perl::TH::int" : "0.914",
            "Data::Sah::Compiler::perl::TH::re" : "0.914",
            "Data::Sah::Compiler::perl::TH::str" : "0.914",
            "Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" : "0",
            "Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" : "0",
            "Data::Sah::Filter::perl::Re::re_from_str" : "0",
            "Data::Sah::Filter::perl::Str::maybe_convert_to_re" : "0",
            "Data::Sah::Filter::perl::Str::maybe_eval" : "0",
            "Exporter" : "5.57",
            "File::Slurper::Dash" : "0",
            "Getopt::Long" : "2.50",
            "List::Util" : "1.54",
            "Log::ger" : "0.038",
            "Module::List::Tiny" : "0",

META.yml  view on Meta::CPAN

  Data::Dmp: '0.242'
  Data::Sah: '0.917'
  Data::Sah::Compiler::perl::TH::any: '0.914'
  Data::Sah::Compiler::perl::TH::array: '0.914'
  Data::Sah::Compiler::perl::TH::bool: '0.914'
  Data::Sah::Compiler::perl::TH::code: '0.914'
  Data::Sah::Compiler::perl::TH::hash: '0.914'
  Data::Sah::Compiler::perl::TH::int: '0.914'
  Data::Sah::Compiler::perl::TH::re: '0.914'
  Data::Sah::Compiler::perl::TH::str: '0.914'
  Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix: '0'
  Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix: '0'
  Data::Sah::Filter::perl::Re::re_from_str: '0'
  Data::Sah::Filter::perl::Str::maybe_convert_to_re: '0'
  Data::Sah::Filter::perl::Str::maybe_eval: '0'
  Exporter: '5.57'
  File::Slurper::Dash: '0'
  Getopt::Long: '2.50'
  List::Util: '1.54'
  Log::ger: '0.038'
  Module::List::Tiny: '0'

Makefile.PL  view on Meta::CPAN

    "Data::Dmp" => "0.242",
    "Data::Sah" => "0.917",
    "Data::Sah::Compiler::perl::TH::any" => "0.914",
    "Data::Sah::Compiler::perl::TH::array" => "0.914",
    "Data::Sah::Compiler::perl::TH::bool" => "0.914",
    "Data::Sah::Compiler::perl::TH::code" => "0.914",
    "Data::Sah::Compiler::perl::TH::hash" => "0.914",
    "Data::Sah::Compiler::perl::TH::int" => "0.914",
    "Data::Sah::Compiler::perl::TH::re" => "0.914",
    "Data::Sah::Compiler::perl::TH::str" => "0.914",
    "Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" => 0,
    "Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" => 0,
    "Data::Sah::Filter::perl::Re::re_from_str" => 0,
    "Data::Sah::Filter::perl::Str::maybe_convert_to_re" => 0,
    "Data::Sah::Filter::perl::Str::maybe_eval" => 0,
    "Exporter" => "5.57",
    "File::Slurper::Dash" => 0,
    "Getopt::Long" => "2.50",
    "List::Util" => "1.54",
    "Log::ger" => "0.038",
    "Module::List::Tiny" => 0,

Makefile.PL  view on Meta::CPAN

  "Data::Dmp" => "0.242",
  "Data::Sah" => "0.917",
  "Data::Sah::Compiler::perl::TH::any" => "0.914",
  "Data::Sah::Compiler::perl::TH::array" => "0.914",
  "Data::Sah::Compiler::perl::TH::bool" => "0.914",
  "Data::Sah::Compiler::perl::TH::code" => "0.914",
  "Data::Sah::Compiler::perl::TH::hash" => "0.914",
  "Data::Sah::Compiler::perl::TH::int" => "0.914",
  "Data::Sah::Compiler::perl::TH::re" => "0.914",
  "Data::Sah::Compiler::perl::TH::str" => "0.914",
  "Data::Sah::Filter::perl::Path::expand_tilde_when_on_unix" => 0,
  "Data::Sah::Filter::perl::Path::strip_slashes_when_on_unix" => 0,
  "Data::Sah::Filter::perl::Re::re_from_str" => 0,
  "Data::Sah::Filter::perl::Str::maybe_convert_to_re" => 0,
  "Data::Sah::Filter::perl::Str::maybe_eval" => 0,
  "Exporter" => "5.57",
  "File::Slurper" => 0,
  "File::Slurper::Dash" => 0,
  "File::Spec" => 0,
  "File::Temp" => "0.2310",
  "Getopt::Long" => "2.50",

lib/App/CSVUtils/csv_fill_cells.pm  view on Meta::CPAN


When there are more input values than can be fitted, the extra input values are
not placed into the output CSV.

When there are less input values to fill the specified number of rows, then only
the required number of rows and/or columns will be used.

Additional options planned:

- what to do when there are less values to completely fill the output CSV
  (whether to always expand or expand when necessary, which is the default).

- what to do when there are more values (extend the table or ignore the extra
  input values, which is the default).

_
    add_args => {
        # TODO
        #fields => $App::CSVUtils::argspecopt_fields{fields}, # category:output

        layout => {

lib/App/CSVUtils/csv_fill_cells.pm  view on Meta::CPAN

not placed into the output CSV.

When there are less input values to fill the specified number of rows, then only
the required number of rows and/or columns will be used.

Additional options planned:

=over

=item * what to do when there are less values to completely fill the output CSV
(whether to always expand or expand when necessary, which is the default).

=item * what to do when there are more values (extend the table or ignore the extra
input values, which is the default).

=back

This function is not exported.

Arguments ('*' denotes required arguments):

script/csv-fill-cells  view on Meta::CPAN

not placed into the output CSV.

When there are less input values to fill the specified number of rows, then only
the required number of rows and/or columns will be used.

Additional options planned:

=over

=item * what to do when there are less values to completely fill the output CSV
(whether to always expand or expand when necessary, which is the default).

=item * what to do when there are more values (extend the table or ignore the extra
input values, which is the default).

=back

=head1 OPTIONS

C<*> marks required options.



( run in 0.853 second using v1.01-cache-2.11-cpan-5b529ec07f3 )