pspp-users
[Top][All Lists]
Advanced

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

Re: save translate error


From: Alan Mead
Subject: Re: save translate error
Date: Thu, 15 Jan 2015 11:17:32 -0600
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0

On 1/15/2015 9:39 AM, Ben Pfaff wrote:
> Does any file name that contains spaces cause trouble under Windows?
> I've just tested out a few simple cases with spaces on GNU/Linux,
> without trouble, so I'd be curious to hear what kinds of cases do cause
> problems.

I guess not.  The code below that saves "test data.csv" produces the
error shown when I try to use "My Documents" but it works fine when I
use "Documents":

save translate
/outfile ="C:\Users\amead\My Documents\test data.csv"
/type = csv
/fieldnames
/cells = values
/keep v3 v1 to v2.

error: Replacing C:\Users\amead\My Documents\test data.csv.tmpA8dGMU by C:
\Users\amead\My Documents\test data.csv: No such file or directory.

save translate
/outfile ="C:\Users\amead\Documents\test data.csv"
/type = csv
/fieldnames
/cells = values
/keep v3 v1 to v2.

(no error, file is created)

-Alan


-- 

Alan D. Mead, Ph.D.
President, Talent Algorithms Inc.

science + technology = better workers

+815.588.3846 (Office)
+267.334.4143 (Mobile)

http://www.alanmead.org

Announcing the Journal of Computerized Adaptive Testing (JCAT), a
peer-reviewed electronic journal designed to advance the science and
practice of computerized adaptive testing: http://www.iacat.org/jcat




reply via email to

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