TCSV
TCSV is a name used for several proposed or niche data-interchange formats that extend standard CSV with type information and an explicit schema. The aim is to improve data validation, interoperability, and downstream processing in environments where strict typing is valuable.
Core features commonly associated with TCSV include per-column data types (such as integer, float, boolean, string,
Syntax and variants vary by implementation. Some TCSV formats place a separate type row or a header
Applications and limitations. TCSV is used in data integration and ETL workflows where schema consistency is