I want to read a csv file where header row starts from specific column name i.e “name”
The CSV file format looks like this:
v3,vf,gf--Not a Header row 1
v1,c,z1,e--Not a Hera row 2
name,q1,q2,q3- Header Row- row 3-because name is here
a,0,1,2-Data
I want to read where “name” column exists - so I want to skip the first 2 rows, but we don't know before “name” how many row will come it may 2 or 3 or n