-
Type:
Task
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: Legacy C++ Implementation
-
Component/s: mongoimport
- I have a tsv file which has header lines that span over `n` lines
- The last line in it happens to be the actual header from which field names can be extracted
- The header line should ignore the char '#'
- In the current implementation it considers the field name to be #CHROM instead of CHROM (with respect to the attached file)