App-CSVUtils 1.012 Deleted
Kwalitee Issues
This is not the latest release. The following issues may have already been fixed in the newer releases.
No Core Issues.
- has_security_doc
-
Add SECURITY(.pod|md). See Software::Security::Policy.
- security_doc_contains_contact
-
Add SECURITY(.pod|md) and add a contact address. See Software::Security::Policy.
- has_contributing_doc
-
Add CONTRIBUTING(.pod|md). See https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors.
Modules
Name | Abstract | Version | View |
---|---|---|---|
App::CSVUtils | CLI utilities related to CSV | 1.012 | metacpan |
App::CSVUtils::csv2td | Return an enveloped aoaos table data from CSV data | 1.012 | metacpan |
App::CSVUtils::csv2vcf | Create a VCF from selected fields of the CSV | 1.012 | metacpan |
App::CSVUtils::csv_add_fields | Add one or more fields to CSV file | 1.012 | metacpan |
App::CSVUtils::csv_avg | Output a summary row which are arithmetic averages of data rows | 1.012 | metacpan |
App::CSVUtils::csv_check_cell_values | Check the value of single cells of CSV against code/schema/regex | 1.012 | metacpan |
App::CSVUtils::csv_check_field_names | Check field names | 1.012 | metacpan |
App::CSVUtils::csv_check_field_values | Check the values of whole fields against code/schema | 1.012 | metacpan |
App::CSVUtils::csv_concat | Concatenate several CSV files together, collecting all the fields | 1.012 | metacpan |
App::CSVUtils::csv_convert_to_hash | Return a hash of field names as keys and first data row as values | 1.012 | metacpan |
App::CSVUtils::csv_csv | Convert CSV to CSV | 1.012 | metacpan |
App::CSVUtils::csv_delete_fields | Delete one or more fields from CSV file | 1.012 | metacpan |
App::CSVUtils::csv_dump | Dump CSV as data structure (array of array/hash) | 1.012 | metacpan |
App::CSVUtils::csv_each_row | Run Perl code for every data row | 1.012 | metacpan |
App::CSVUtils::csv_fill_template | Substitute template values in a text file with fields from CSV rows | 1.012 | metacpan |
App::CSVUtils::csv_find_values | Find specified values in a CSV field | 1.012 | metacpan |
App::CSVUtils::csv_freqtable | Output a frequency table of values of a specified field in CSV | 1.012 | metacpan |
App::CSVUtils::csv_gen | Generate CSV data using Perl code | 1.012 | metacpan |
App::CSVUtils::csv_get_cells | Get one or more cells from CSV | 1.012 | metacpan |
App::CSVUtils::csv_grep | Only output row(s) where Perl expression returns true | 1.012 | metacpan |
App::CSVUtils::csv_info | Show information about CSV file (number of rows, fields, etc) | 1.012 | metacpan |
App::CSVUtils::csv_intrange | Output a summary row which are range notation of numbers | 1.012 | metacpan |
App::CSVUtils::csv_list_field_names | List field names of CSV file | 1.012 | metacpan |
App::CSVUtils::csv_lookup_fields | Fill fields of a CSV file from another | 1.012 | metacpan |
App::CSVUtils::csv_map | Return result of Perl code for every row | 1.012 | metacpan |
App::CSVUtils::csv_munge_field | Munge a field in every row of CSV file with Perl code | 1.012 | metacpan |
App::CSVUtils::csv_munge_row | 1.012 | metacpan | |
App::CSVUtils::csv_pick_fields | Select one or more random fields from CSV | 1.012 | metacpan |
App::CSVUtils::csv_pick_rows | Return one or more random rows from CSV | 1.012 | metacpan |
App::CSVUtils::csv_replace_newline | Replace newlines in CSV values | 1.012 | metacpan |
App::CSVUtils::csv_select_fields | Only output selected field(s) | 1.012 | metacpan |
App::CSVUtils::csv_select_rows | Only output of specified row numbers | 1.012 | metacpan |
App::CSVUtils::csv_setop | Set operation (union/unique concatenation of rows, intersection/common rows, difference of rows) against several CSV files | 1.012 | metacpan |
App::CSVUtils::csv_shuf_fields | Shuffle CSV fields | 1.012 | metacpan |
App::CSVUtils::csv_shuf_rows | Shuffle CSV rows | 1.012 | metacpan |
App::CSVUtils::csv_sort_fields | Sort CSV fields | 1.012 | metacpan |
App::CSVUtils::csv_sort_rows | Sort CSV rows | 1.012 | metacpan |
App::CSVUtils::csv_sorted_fields | Check that CSV fields are sorted | 1.012 | metacpan |
App::CSVUtils::csv_sorted_rows | Check that CSV rows are sorted | 1.012 | metacpan |
App::CSVUtils::csv_split | Split CSV file into several files | 1.012 | metacpan |
App::CSVUtils::csv_sum | Output a summary row which are arithmetic sum of data rows | 1.012 | metacpan |
App::CSVUtils::csv_transpose | Transpose a CSV | 1.012 | metacpan |
App::CSVUtils::csv_uniq | Report or omit duplicated values in CSV | 1.012 | metacpan |