BCSV Specification
- The BCSV file is a plain text file.
- The BCSV file extension is "bcsv".
-
When compressed the file extension describes the compression algorythm
- GZIP -- "bcsv.gz".
- ZIP -- "bcsv.zip".
- The file rows are separated by a single new lines character -- "\n".
- Each row contains values, separated by a comma -- ",".
- Each value is a UTF-8 string encoded with Base64 encoding.
- The first row also called header row, describes each column.