Changes

Jump to navigation Jump to search
71 bytes added ,  15:02, 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. This simplifies stream reading since all records (lines) are terminated.
+
* The line delimiter should also be added after the last line. This simplifies stream reading since all records (lines) are terminated. This allows for the use of a readline() function for acquiring a line.
 
* The first line contains a header with column/field names.
 
* The first line contains a header with column/field names.
  

Navigation menu