Jump to content

Category:CSV files: Difference between revisions

From Battle Cats Game Modding Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
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>).
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.

Latest revision as of 08:24, 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.