Transpose tables

This software transpose tables in CSV or TXT (separator TAB by default - other separators must be specified as argument). Since version 0.22 the software checks that the length of all lines are identical before doing the transposition.

Manual :

1- if not already installed, install Perl free programming language

2- unzip the software

3- copy your tables csv or txt files in the “data” directory

4- If the separator of the table is TAB : execute the software by the command : perl software_name or double click on the .pl file

if you want to use another separator use this syntax in a GNU linux / Unix terminal or in windows command line : transpose-0.2.pl -s 'separator'

EXAMPLES

perl transpose-0.2.pl -s ';' # separator ";"

perl transpose-0.2.pl -s ',' # separator ","

5- processed files are in the “results” directory.