string to date (actually datetime)

2019-02-25 Thread Matteo Ga
Hi again, I have imported a  dataset from CVS and I have a field that schould be a date but It actually is a string.   Ex: 31/12/2018 24.59.30   How can I get a variable in DATETIME format?   thank you   MG ___ Pspp-users mailing list Pspp-user

Re: find duplicate in dataset

2019-02-25 Thread Matteo Ga
Wonderful it worked like a charm.   Thank you again.   MG   Sent: Monday, February 25, 2019 at 3:20 PM From: "Alan Mead" To: "Matteo Ga" , pspp-users@gnu.org Subject: Re: find duplicate in dataset I would construct a new variable with values A1, A2, A2, B1, e

find duplicate in dataset

2019-02-25 Thread Matteo Ga
Hi, I have a dataset with dupliucated cases that could be identified by 2 variable.   EX: Case -- var1 --- var2 1       --  A    ---  1 2       --  A    ---  2 3       --  A    ---  2 4       --  B    ---  1 5       --  B    ---  2   I want to find (and then remove) any cases like 3  

Import CVS with carriage return inside double quotes

2019-02-22 Thread Matteo Ga
I'm a newbie on PSPP. Today I tryed to import a CVS but got a problem when the parser encountered a inside double quotes.   I cannot link the file since contain reserved data.   Any Help?   Thank You ___ Pspp-users mailing list Pspp-users@gnu.org