Writing to a .csv file is not unlike writing to a regular file in most regards, and is fairly straightforward. I will, to the best of my ability, cover the easiest, and most efficient approach to the problem.
ParameterDetailsopen ("/path/", "mode")Specify the path to your CS...