Javascript – Read from nth row in csv typescript
I am trying to read a csv file from 4th row, in my csv file first 3 rows contains some meta data in column1. But the actual number of columns in csv is 6. eg: metadata1 metadata2 metadata3 head01,head02,head03,head04,head05,head06 data11,data12,data13,data14,data15,data16…