NAME
Bin::TSV::Conv
SYNOPSIS
This module "Bin::TSV::Conv" provides scripts for specific functionalities that deals about the conversions regarding TSV files.
DESCRIPTION
The included commands are as follows.
csv2tsv : functions converting CSV into TSV. Also with many related functionalities.
xlsx2tsv : The conversion from XLSX into TSV. Note: Not so mature in the function designs about this command.
mtranspose : Transpose the table data in the TSV format as if it is the mathematical matrix. Just exchaning rows and columns.
csel : A simeple utility more than AWK. Very easy manipulations of columns of a TSV file with `-p' or `-d' options.
join2 : A one-step advanced version of "Unix join" or "SQL join". May need to be refined another step!
For each command, with "--help" option will give you the detailed explanation how to use them, but it is written in mainly Japanese.