To add a new column called full_name
to a CSV file with columns first_name
and last_name
using C#, you can use the following steps:
full_name
to the header rowfull_name
full_name
column addedHere's the code to implement those steps:
main.cs1437 chars31 lines
gistlibby LogSnag