powershell merge csv's powershell merge csv's powershell powershell

powershell merge csv's


This should do the same as you DOS command.

(get-content *.csv) | set-content Merged.csv

But either one are going to end up with extra header rows in the result file.