Jump to content

Category:TSV files: Difference between revisions

From Battle Cats Game Modding Wiki
Created page with "A format used for a few game files. It is like a CSV file but instead of being delimited by commas, it is delimited by tabs (<code> </code> or <code>\t</code>)."
 
No edit summary
Line 1: Line 1:
A format used for a few [[:Category:Game files|game files]]. It is like a [[:Category:CSV files|CSV file]] but instead of being delimited by commas, it is delimited by tabs (<code> </code> or <code>\t</code>).
A format used for a few [[:Category:Game files|game files]]. It is like a [[:Category:CSV files|CSV file]] but instead of being delimited by commas, it is delimited by tabs (<code> </code> or <code>\t</code>).
Each line is a row and each field is delimited by tabs.

Revision as of 14:10, 4 September 2025

A format used for a few game files. It is like a CSV file but instead of being delimited by commas, it is delimited by tabs ( or \t).

Each line is a row and each field is delimited by tabs.

Pages in category "TSV files"

The following 6 pages are in this category, out of 6 total.