Find title line in table

This software find the title line of a table in CSV and place it at the top of the table. This software is especially useful if you merge tables with Merge n tables

Manual :

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

2- unzip the software

3- copy your data csv table in the “data” directory.

4- execute the software by the command : perl software_name -b <begining of the title line>

The program select in the table, the line which begin by the same string than in the command line.

Example :

perl search_title_line-002.pl -b id # find the title begining by id

perl search_title_line-002.pl -b \"names\" # find the title begining by "names"

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