CSV MERGER Objective The 'csv_merge' module provides an easy way to merge two CSV files into a single one provided they have the same header field names. Example Usage path1="file1.csv" path2="file2.csv" csv_merger(path1,path2)