No. You can read up about file i/o in the tutorials at the top of the page or one of links from there. You know the format of a csv file, so you can read the input in once you know the i/o. Making the calculations is easy (depending on the complexity of the calculations) and writing the result to another file is even easier.