CSV / TSV
Little Eye detects CSV / TSV when you copy them. Recognizes CSV and TSV tables.
Examples
Name,Age,City\nJane,30,Berlin\nKai,25,Tokyo
Euro-locale: semicolon delimiter, decimal commas
x;y\n1,5;2,5\n3,5;4,5
tab-separated
a\tb\tc\n1\t2\t3\n4\t5\t6
RFC 4180 quoting — comma inside field
"Smith, John",30\n"Doe, Jane",25