I have nearly 2000 csv files. each of them contains approx 700 rows, but I only need first 18 rows of each csv
the first 18 rows contain data like :
Name,Adam
Age,17
City,Amsterdam
.
.
.
So On...
I need an excel which has there 18 columns as headers Like Name, Age,City...etc. and the excel file should contain 2000 rows i.e. the info from each file
I am adding some 3 or 4 demo files for reference