Hi,
I wanted to know if there is a way to read multiple csv files from a folder, process them one by one and write the output to corresponding output files. Also it is necessary that the if the name of the input file is foobar.csv then the name of t he output file has to be foobar_output.csv. I tried to use fileinput to iterate over a list of files but then i could not figure out how to manipulate the names of the multiple output file being generated.
thanks in advance