Hi all,
I'm probably missing something substantial but I don't see it. I'm importing data into my table but not all rows from the csv file were loaded. I thought I'd add the ERROR LOG option to see what was wrong, however this had no effect. I've then truncated the csv file to just 200 lines and no rows are loaded at all:
hdbsql DCB=> import from csv file '/dropbox/P1743728463/f2.csv' into fe_document with record delimited by '\n' field delimited by '<#>' error log 'c:\errlog.txt' 0 rows affected (overall time 271.372 msec; server time 47.895 msec) hdbsql DCB=> select count(*) from fe_document COUNT(*) 0 1 row selected (overall time 221.895 msec; server time 1577 usec) hdbsql DCB=> ^Z C:\Program Files\sap\hdbclient>type c:\errlog.txt The system cannot find the file specified.
Is it possible at all to see the import errors? I can certainly have a look at the csv file and I'll find the problem in the end, but it would help if the program gave me a hint since it knows where the problem is.
Cheers
-- Micha