Parses the given labeled TSV buffer
List<List<String>> parseTsv(String buffer) => tsvParser.convert(buffer);