I have hundreds of csv files in one folder, having 9 columns ,wherein i want to delete last 8 columns and 1st row from all the files.
file looks like this
Also I am not sure if I can overwrite the the same file which is edited. For now i am considering that it is possible. And if overwriting is not possible then it should save with same file name may be in different directory
Please suggest
Any help appreciated.