| 1. |
Solve : Trying to batch delete line 3 from many .cvs files? |
|
Answer» We receive from our CLIENTS, thousands of Excel.csv files. Because of the the processes we RUN them through we NEED to open each file and manually delete line 3 from each file. It is very time intensive. What we do after we delete the 3rd line we resave the file in the same folder with a 2_ prefix to the file name. Is there any way to batch process these files to do this automatically? Appreciate any help anyone can give me. THANKS, SJK You can CERTAINLY accomplish this with many different batch processing tools. Personally, I would recommend Python. |
|