importBulkData : DeleteOnLoadFailure= Y
Summary:
Issue with DeleteOnLoadFailure= Y when calling importBulkData REST API
Content (required):
Hi Guys
I have just noticed today when calling importBulkData that the "Load Interface File for Import" job has these rows in the log:
************************************************************************************
InterfaceTableNames= GL_INTERFACE
DeleteOnLoadFailure= Y
------------------------------
Adding Statement : DELETE FROM GL_INTERFACE WHERE LOAD_REQUEST_ID=XYZ
************************************************************************************
But, in my API call I have set the JobOptions as follows with PurgeOption=N, so why are the entries being deleted from the GL_INTERFACE table? I need them to remain in there!
How can I ensure this happens?
"JobOptions":"ValidationOption=Y,InterfaceDetails=15,EnableEvent=Y,ImportOption=Y,PurgeOption=N,ExtractFileType=ALL",