Skip to content

Csv

Definition:

A CSV file with a header row of column names spanning all filled columns. In Psych-DS, CSV files have the following rules related to their formatting: - Each CSV file MUST start with a header line listing the names of all columns. Names MUST be separated with commas. - String values containing commas MUST be escaped using double quotes - UTF-8 encoding MUST be used - using . rather than , for decimals is RECOMMENDED

Property Value