Skip to content

This is a quick application for merging all CSVs in a folder to one file. It features a simple user interface and a few extra options, such as choosing the header row and what rows from all files to extract.

Notifications You must be signed in to change notification settings

pftq/CSV-Merger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

CSV Merger
by pftq
https://www.pftq.com/pq/creations/list/CSV_Merger/
July 10, 2012

  This is a quick application for merging all CSVs in a folder to one file.  It features a simple user interface and a few extra options, such as choosing the header row and what rows from all files to extract.
  
  Additional features include:
  - ability to extract a particular cell from each CSV and add it as a new column.
  - settings will be remembered the next time you run the application.
  - can be run from commandline (for scripts) using "CSVMerger -run"; it will automatically use your saved settings.
  
  This was created in C# for a few tasks I needed to get done, but perhaps others out there might also find it useful.

About

This is a quick application for merging all CSVs in a folder to one file. It features a simple user interface and a few extra options, such as choosing the header row and what rows from all files to extract.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages