Hi
I have got number of .csv files with two columns and more than 10000 rows. I need to truncate each file so that it only contains data from row 3 to row 700.
The edited file should be written with the same filename.
For example
File_01 is
1,20
2,25
3,30
4,35
-,--
similarly there are File_02,File_03 and so on.
Each file should be overwritten after editing.
Thanks in advance
Rohini
I have got number of .csv files with two columns and more than 10000 rows. I need to truncate each file so that it only contains data from row 3 to row 700.
The edited file should be written with the same filename.
For example
File_01 is
1,20
2,25
3,30
4,35
-,--
similarly there are File_02,File_03 and so on.
Each file should be overwritten after editing.
Thanks in advance
Rohini