Lines in One Column
This software merges the lines of one table in CSV into one column. It can be used on very large tables since only one line is loaded in RAM at time.
Manual :
1- if not already installed, install Perl free programming language
2- unzip the software
3- copy your data csv (TAB separator by default) tables in the “table” directory. (unlimited number of tables).
5- execute the software by the command : perl software_name or double click on the .pl file
NAME
lines_in_col-0.x.pl
DESCRIPTION
This software reshape tables in CSV or TXT in one column (separator TAB by default).
AUTHOR
Frederic PONT
OPTIONS
-s separator
Specify the separator of the table. If the separator is omitted, tabulation
will be used by default.
-h
Give syntax. This argument must be the first.
-help
Give detailed help (print this message). This argument
must be the first.
EXAMPLE
perl lines_in_col-0.1.pl -s ';' # separator ";"
perl lines_in_col-0.1.pl -s ',' # separator ","
6- processed files are in the “results” directory.