I have two CSV files which I want to merge.
File A has two lines.
File B is much larger and has many lines, preceded by a header.
Effectively what I want to do is create File C from a copy of File A with File B (minus it's header) appended onto it. I don't want to alter the data in any way.
thanks
IanM