Jump to content

Category:CSV files: Difference between revisions

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


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

Revision as of 08:22, 6 September 2025

A CSV file is a [format used for many game files. It is like a TSV file but instead of being delimited by tabs, it is delimited by commas (,).

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

Subcategories

This category has only the following subcategory.