CSV Tool
So, this application is meant to ease some of the pain if you ever have the need to combine a large number of CSV files together.
Assuming each CSV file is in the same format the application will read each one into a set of arrays and then output them to a single CSV file.
This will work even if your CSV files are buried in subfolders within subfolders.
For example,
Top Folder
- Sub Folder 1
- 1.CSV
- 2.CSV
- Sub Folder 2
Sub Sub Folder 1
- 3.CSV
- 4.CSV
- 5.CSV
I see no reason why the code couldn’t be adapted to work with Excel spreadsheets or any other delimited data.
Simple but effective.
Download: CSV Joining Tool - Downloaded 29 Times
Downloaded a total of 29 times









Leave a Reply