Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

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)