Been trying variations of this and this, but I think what's tripping things up is the fact that they're all named the same and all the examples I've seen specify wildcards (*.csv) for copy
or Get-ChildItem | Import-Csv
.
Sources:
C:\foo\bar\list.csv
c:\foo\foobar\list.csv
c:\foo\foobarfoo\list.csv
...
Destination:
c:\foo\merged.csv
Help a tired old brother out.