CSV Merge

CSV Merge takes multiple CSV files and merges them into one file.

Most CSV files have a header section and a data section. CSV Merge will take the header section that will be the same between the multiple csv files to merge. The data section of the csv file will be copied below the header of the merged file, so you will have one csv file.

The merged file can then add an average value row with the average value of each column in the file.