I'm trying to load my csv file to spss. But it is unable to load while I'm getting this error. Can someone please help me to identify what the error is.
GET DATA /TYPE=TXT
/FILE="C:\Users\user\Desktop\Msc-2016\BI-Application\Crimes\train1.csv"
/ENCODING='Locale'
/DELCASE=LINE
/DELIMITERS=","
/QUALIFIER='"'
/ARRANGEMENT=DELIMITED
/FIRSTCASE=1
/IMPORTCASE=ALL
/VARIABLES=
V1 A14
V2 A8
V3 F1.0
V4 A4
V5 A5
V6 A4
V7 A5
V8 A9
V9 A22
V10 A53
V11 A10
V12 A17
V13 A29
V14 A12
V15 A11.
Error. Command name: GET DATA (2269) Failure opening file: C:\Users\user\Desktop\Msc-2016\BI- Application\Crimes\train1.csv Execution of this command stops. CACHE. EXECUTE.
Error # 105. Command name: EXECUTE This command is not valid before a working file has been defined. Execution of this command stops. DATASET NAME DataSet1 WINDOW=FRONT.