[q-lang-cvs] q-csv README,1.1.1.1,1.2
Brought to you by:
agraef
From: Albert G. <ag...@us...> - 2008-01-10 22:54:06
|
Update of /cvsroot/q-lang/q-csv In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12175 Modified Files: README Log Message: fix typos Index: README =================================================================== RCS file: /cvsroot/q-lang/q-csv/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 10 Jan 2008 22:41:21 -0000 1.1.1.1 --- README 10 Jan 2008 22:54:02 -0000 1.2 *************** *** 25,29 **** - MS Excel files should be read using _string variants as Excel does not quote ! values such as 0004. These types of values will be converted integers. and the leading significant 0s will be lost. Significant leading or trailing space may likewise be lost without using the _string variant. --- 25,29 ---- - MS Excel files should be read using _string variants as Excel does not quote ! values such as 0004. These types of values will be converted to integers and the leading significant 0s will be lost. Significant leading or trailing space may likewise be lost without using the _string variant. *************** *** 38,42 **** EXAMPLES ! Examples are provided in the examples subdirectory. See "readsamples.q" for reading csv files and "writesamples.q" for writing. Jan 10 2008 --- 38,43 ---- EXAMPLES ! Examples are provided in the examples subdirectory. See "readsamples.q" for ! reading csv files and "writesamples.q" for writing. Jan 10 2008 |