pspp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #6302] Implement GET DATA/TYPE=TXT.


From: Jason H Stover
Subject: [patch #6302] Implement GET DATA/TYPE=TXT.
Date: Tue, 04 Dec 2007 16:01:50 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4

Follow-up Comment #3, patch #6302 (project pspp):

I just tried this syntax in the gui:

get data /type=txt
        /file='/home/jhs/tmp/traffic.txt'
        /arrangement=delimited
        /firstcase=2
        /delimiters ='t'
        /variables=speed f3.1
                occupants f2.0
                roll f1.0
                severity f1.0
                event a32.

It ran, and created the variables, but no cases appeared in the data viewer
until I ran 

FREQUENCIES severity.

Are the data supposed to appear in the data editor window right away? If so,
is it a problem with the patch or with the data editor?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?6302>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]