home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.27 / text0095.txt < prev    next >
Encoding:
Text File  |  1992-05-20  |  754 b   |  24 lines

  1. Submitted-by: malcolm@usenet.icl.co.nz (Malcolm Stayner)
  2.  
  3. I've recently come across a situation where a UNIX application incorrectly 
  4. processed a CSV file because null fields were not delimited by double quotes.
  5. e.g.
  6.     Apple,Banana,,,Orange
  7.  
  8. instead of:
  9.  
  10.     Apple,Banana,"","",Orange
  11.  
  12. Does anyone know of a formal standard for CSV files and, in particular the
  13. correct rules for the above situation?
  14.  
  15. -- 
  16. Malcolm Stayner           Email: malcolm@icl.co.nz  "Intelligence is silence,
  17. Open Systems Consultant   Tel: +64-4-472 4884       truth is being invisible,
  18. Fujitsu ICL N.Z. Ltd      Fax: +64-4-472 6737       but what a racket I make in
  19. P.O. Box 394, Wellington, New Zealand               declaring this" NED ROREM
  20.  
  21.  
  22. Volume-Number: Volume 27, Number 94
  23.  
  24.