Here's a sample code snippet that combines two CSV files using C# and LINQ:
main.cs1473 chars51 lines
This code reads two CSV files, skips the header row, maps the data to an anonymous type using LINQ, concatenates the data, and writes the result to a new file. You can customize this code to suit your specific requirements.
gistlibby LogSnag