blob: 25dda981717214ff0947ef750009849b5512d32f (
plain)
1
2
3
4
|
Labeled Tab-separated Values (LTSV) format is a variant of
Tab-separated Values (TSV). Each record in a LTSV file is represented
as a single line. Each field is separated by TAB and has a label and
a value. The label and the value have been separated by ':'.
|