Is there any technical difference between CSV, a TSV or a TXT file? The other two formats are usually considered special cases of a text file intended to allow easy automated processing; tsv, a "tab separated values" file is simpler than csv, a "comma separated values" file csv will have commas as field separators, and it may use quoting and escaping especially to handle commas and quotes occurring in those