Rename columns append filename

When many tables with the same columns names have to be merged together using Merge n tables, the columns names can be renamed by "Rename columns append filename". The file name without extension is used as a suffix in all the columns names except the first one which is unchanged. The software is multithread. (see also Rename columns with filename )

Manual :

1- if not already installed, install Julia free programming language.

2- unzip the software

3- copy your tables csv files in the “data” directory. Separator TAB by default.

1st row : columns names

1st column : row names

4- execute the software by the command : julia rename_columns_append_filename.jl

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