Hi Guys
I am trying to import a text file that is 35mb. The first few times I did this, it worked fine, but now, it does not work. The script I am using to import with is:
IMPORT FROM CSV FILE '/usr/sap/TWD/home/TWDData/COMPANY.txt' INTO "TWDUSR"."COMPANY"
WITH
RECORD DELIMITED BY '\n'
FIELD DELIMITED BY '|'
optionally enclosed by '~'
ERROR LOG '/usr/sap/TWD/home/TWDData/COMPANYErr.Log'
BATCH 1000;
I have attached the COMPANYErr.Log file to if this helps.
I don't know what to do here, and tried to search the forums for answers with no luck.
Thanks in advance.