Hi guys,
I am trying to import a CSV File into a table with the following command:
IMPORT FROM CSV FILE 'path/test.csv' INTO "Consumption" WITH RECORD DELIMITED BY '\n\r' FIELD DELIMITED BY ';';
but I receive an error:
Could not execute 'IMPORT FROM CSV FILE ...' in 20 ms 759 µs .
SAP DBTech JDBC: [2]: general error: Cannot open CSV file, path/test.csv
What am I doing wrong??
I gave myself the Admin role and also GRANT SELECT priviledges to _SYS_BIC and SYSTEM.
Any idea what I can try??
Thanks in advance!