Here's one way to select a CSV file, add a new column (with a fixed value of "Yes" or "No"), create a new CSV file with the updated data, and move it to a specified destination:
main.cs1397 chars45 lines
Note that this is just one example and there are many ways to achieve the same result.
gistlibby LogSnag