Changes

Jump to navigation Jump to search
62 bytes added ,  14:57, 20 February 2017
no edit summary
Line 8: Line 8:  
===== Lines =====
 
===== Lines =====
 
* Lines are separated by the '''\r\n''' line delimiter for better compatibility between operating systems.
 
* Lines are separated by the '''\r\n''' line delimiter for better compatibility between operating systems.
* The line delimiter should also be added after the last line, because...
+
* The line delimiter should also be added after the last line. This simplifies stream reading since all records (lines) are terminated.
 
* The first line contains a header with column/field names.
 
* The first line contains a header with column/field names.
  

Navigation menu