hello all,
i have around 200 .csv files.
i have written a code which opens one file, sorts the data in the file and gives the required output.
i have to do this for all the 200 files.
should i change the file name in the fopen statement everytime and run the program 200 times?
or is it possible to analyse all the files at a time (in a batch)
any help will be highly appreciated
thanks
i have around 200 .csv files.
i have written a code which opens one file, sorts the data in the file and gives the required output.
i have to do this for all the 200 files.
should i change the file name in the fopen statement everytime and run the program 200 times?
or is it possible to analyse all the files at a time (in a batch)
any help will be highly appreciated
thanks
Comment