Hi,
I am executnig following statement using Studio -
insert from CSV FILE '/usr/sap/H11/list.txt' into SAPH11.USZZZ with records delimited by '/n' field delemited by '|';
It does not insert any records. The csv file looks as follows -
"ASDFGHU"|"0"|"ASDFGHJKLPOIUYTREWQA"
"QWERHFY"|"128"|"ZXCVBNMKLKHGFDSAQWER"
"IUYTFGR"|"66"|"OIUYHJKMNBGFVCDXSERW"
I am hoping that it is a auto commit. It does not give any error.
I tried to reduce the length to 4-5 CHAR only for last field then it inserted only one row, which is first row in the file.
What could be the reason?
It appears to be a simple thing but does not seem to work. It does not give any error.
I see the message "successfully executed......".
Please help me.
Best Regards,
SS